diff options
author | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
commit | aa2dbf15fbd5cb5ac364caf1f4228d8efb437158 (patch) | |
tree | 1b3c2e52046872caf1fd9697d9186df694c4f55e /security/p5-Crypt-DSA | |
parent | 726cca3ddc54b6abeaf2cfcc6731a0cdc60df2c9 (diff) | |
download | freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.gz freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.zst freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'security/p5-Crypt-DSA')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 7bf9540618c0..edda7a5635fd 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DSA signature and key generation -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 \ +RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Convert-PEM>=0:${PORTSDIR}/converters/p5-Convert-PEM \ + p5-Data-Buffer>=0:${PORTSDIR}/misc/p5-Data-Buffer \ p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which BUILD_DEPENDS= ${RUN_DEPENDS} |