diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 23:01:09 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 23:01:09 +0800 |
commit | 810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc (patch) | |
tree | 8e1f149afa2c2caa53399a2ad687536e1b316bc7 /security/p5-Crypt-DSA | |
parent | aebea7ec6aee0c75fbdd137415003d3cb2cc263e (diff) | |
download | freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.tar.gz freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.tar.zst freebsd-ports-gnome-810c6b0678b9cbbe95aa3516a68e4b1e3a00a2cc.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).
Approved by: portmgr (itetcu)
Diffstat (limited to 'security/p5-Crypt-DSA')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 1cb134197186..d14fa3fa0491 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-DSA PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DSA signature and key generation -RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ +RUN_DEPENDS= ${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 \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which |