Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Crypt-OpenPGP |
8 |
PORTNAME= Crypt-OpenPGP |
9 |
PORTVERSION= 1.04 |
9 |
PORTVERSION= 1.05 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= security perl5 |
10 |
CATEGORIES= security perl5 |
12 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
13 |
PKGNAMEPREFIX= p5- |
12 |
PKGNAMEPREFIX= p5- |
Lines 15-43
Link Here
|
15 |
MAINTAINER= tobez@FreeBSD.org |
14 |
MAINTAINER= tobez@FreeBSD.org |
16 |
COMMENT= Pure-Perl OpenPGP-compatible PGP implementation |
15 |
COMMENT= Pure-Perl OpenPGP-compatible PGP implementation |
17 |
|
16 |
|
18 |
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ |
17 |
RUN_DEPENDS= \ |
19 |
${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ |
18 |
${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ |
20 |
${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \ |
19 |
${SITE_PERL}/Crypt/CAST5_PP.pm:${PORTSDIR}/security/p5-Crypt-CAST5_PP \ |
21 |
${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ |
|
|
22 |
${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ |
23 |
${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ |
20 |
${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ |
|
|
21 |
${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ |
22 |
${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \ |
24 |
${SITE_PERL}/${PERL_ARCH}/Crypt/RIPEMD160.pm:${PORTSDIR}/security/p5-Crypt-RIPEMD160 \ |
23 |
${SITE_PERL}/${PERL_ARCH}/Crypt/RIPEMD160.pm:${PORTSDIR}/security/p5-Crypt-RIPEMD160 \ |
|
|
24 |
${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ |
25 |
${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ |
25 |
${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ |
26 |
${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \ |
|
|
27 |
${SITE_PERL}/Crypt/CAST5_PP.pm:${PORTSDIR}/security/p5-Crypt-CAST5_PP \ |
28 |
${SITE_PERL}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \ |
29 |
${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ |
30 |
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ |
31 |
${SITE_PERL}/${PERL_ARCH}/Crypt/Twofish.pm:${PORTSDIR}/security/p5-Crypt-Twofish \ |
26 |
${SITE_PERL}/${PERL_ARCH}/Crypt/Twofish.pm:${PORTSDIR}/security/p5-Crypt-Twofish \ |
32 |
${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \ |
|
|
33 |
${SITE_PERL}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ |
34 |
${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ |
35 |
${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ |
27 |
${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ |
36 |
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ |
28 |
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ |
|
|
29 |
${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \ |
37 |
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |
30 |
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ |
38 |
${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ |
31 |
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI |
39 |
p5-Math-BigInt-GMP>=1.21:${PORTSDIR}/math/p5-Math-BigInt-GMP |
|
|
40 |
BUILKD_DEPENDS= ${RUN_DEPENDS} |
41 |
|
32 |
|
42 |
PERL_CONFIGURE= yes |
33 |
PERL_CONFIGURE= yes |
43 |
|
34 |
|