diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 03:05:29 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-30 03:05:29 +0000 |
commit | 3f3f6773cb67d2ba2dba3f3e6c6764c45572f0b4 (patch) | |
tree | 9c6ff7c317ec8bbd893e092a34db4aab352e9c13 /security/p5-Crypt-DSA/Makefile | |
parent | 9a6f984e5a746b1d7d890a7f809ee28e8d3df637 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-DSA/Makefile')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 803faeabf16a..1543d766890b 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -7,7 +7,7 @@ PORTNAME= Crypt-DSA PORTVERSION= 0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -16,14 +16,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= DSA signature and key generation -PERLBASE= ${SITE_PERL} - -BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \ - ${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ - ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \ - ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer \ - ${PERLBASE}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler +BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ + ${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \ + ${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |