Lines 1-20
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= note |
3 |
PORTNAME= note |
4 |
PORTVERSION= 1.3.18 |
4 |
DISTVERSION= 1.3.22 |
5 |
PORTREVISION= 2 |
|
|
6 |
CATEGORIES= deskutils perl5 |
5 |
CATEGORIES= deskutils perl5 |
7 |
MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ |
6 |
MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ |
8 |
|
7 |
|
9 |
MAINTAINER= idefix@fechner.net |
8 |
MAINTAINER= lebarondemerde@privacychain.ch |
10 |
COMMENT= Console based tool to handle encrypted notes |
9 |
COMMENT= Console based tool to handle encrypted notes |
11 |
|
10 |
|
12 |
LICENSE= GPLv1 |
11 |
LICENSE= GPLv1 |
13 |
|
12 |
|
14 |
RUN_DEPENDS= p5-YAML>=0.1:textproc/p5-YAML \ |
13 |
RUN_DEPENDS= p5-YAML>=0.1:textproc/p5-YAML \ |
15 |
p5-Crypt-IDEA>=1.0:security/p5-Crypt-IDEA |
14 |
p5-Config-General>0:devel/p5-Config-General \ |
|
|
15 |
p5-Crypt-IDEA>=1.0:security/p5-Crypt-IDEA \ |
16 |
p5-Getopt-Long>0:devel/p5-Getopt-Long |
16 |
|
17 |
|
17 |
USES= perl5 |
18 |
USES= perl5 |
18 |
USE_PERL5= configure |
19 |
USE_PERL5= configure |
19 |
|
20 |
|
|
|
21 |
OPTIONS_DEFINE= CRYPTO MYSQL PWSAFE3 |
22 |
OPTIONS_DEFAULT= CRYPTO MYSQL PWSAFE3 |
23 |
|
24 |
CRYPTO_DESC= Encryption support |
25 |
CRYPTO_RUN_DEPENDS= p5-Crypt-CBC>0:security/p5-Crypt-CBC \ |
26 |
p5-Crypt-Rijndael>0:security/p5-Crypt-Rijndael |
27 |
|
28 |
MYSQL_RUN_DEPENDS= p5-DBD-mysql>0:databases/p5-DBD-mysql \ |
29 |
p5-DBI>0:databases/p5-DBI |
30 |
|
31 |
PWSAFE3_DESC= Password Safe v3 backend |
32 |
PWSAFE3_RUN_DEPENDS= p5-Crypt-PWSafe3>0:security/p5-Crypt-PWSafe3 |
33 |
|
34 |
post-patch: |
35 |
@${REINPLACE_CMD} -e 's|{{(|{\\{(|g' \ |
36 |
${WRKSRC}/bin/note |
37 |
|
20 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |