Changeset View
Changeset View
Standalone View
Standalone View
deskutils/note/Makefile
PORTNAME= note | PORTNAME= note | ||||
DISTVERSION= 1.3.26 | DISTVERSION= 1.3.26 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= deskutils perl5 | CATEGORIES= deskutils perl5 | ||||
MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ | MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ | ||||
MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
COMMENT= Console based tool to handle encrypted notes | COMMENT= Console based tool to handle encrypted notes | ||||
WWW= https://www.daemon.de/NOTE | WWW= https://www.daemon.de/NOTE | ||||
LICENSE= GPLv1 | LICENSE= GPLv1 | ||||
RUN_DEPENDS= p5-YAML>=0.1:textproc/p5-YAML \ | RUN_DEPENDS= p5-YAML>=0.1:textproc/p5-YAML \ | ||||
p5-Config-General>0:devel/p5-Config-General | p5-Config-General>0:devel/p5-Config-General | ||||
USES= perl5 | USES= perl5 | ||||
USE_PERL5= configure | USE_PERL5= configure | ||||
NO_ARCH= yes | NO_ARCH= yes | ||||
OPTIONS_DEFINE= EXAMPLES MYSQL PWSAFE3 | OPTIONS_DEFINE= EXAMPLES MYSQL PWSAFE3 | ||||
OPTIONS_DEFAULT= BLOWFISH DES IDEA MYSQL PWSAFE3 | OPTIONS_DEFAULT= BLOWFISH DES IDEA MYSQL PWSAFE3 | ||||
MYSQL_RUN_DEPENDS= p5-DBD-mysql>0:databases/p5-DBD-mysql \ | MYSQL_RUN_DEPENDS= ${DBD_MYSQL} \ | ||||
p5-DBI>0:databases/p5-DBI | p5-DBI>0:databases/p5-DBI | ||||
MYSQL_USES= mysql | |||||
PWSAFE3_DESC= Password Safe v3 backend | PWSAFE3_DESC= Password Safe v3 backend | ||||
PWSAFE3_RUN_DEPENDS= p5-Crypt-PWSafe3>0:security/p5-Crypt-PWSafe3 | PWSAFE3_RUN_DEPENDS= p5-Crypt-PWSafe3>0:security/p5-Crypt-PWSafe3 | ||||
OPTIONS_GROUP= CRYPTO | OPTIONS_GROUP= CRYPTO | ||||
OPTIONS_GROUP_CRYPTO= DES IDEA BLOWFISH | OPTIONS_GROUP_CRYPTO= DES IDEA BLOWFISH | ||||
CRYPTO_DESC= Encryption support | CRYPTO_DESC= Encryption support | ||||
Show All 24 Lines |