diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:29:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:29:24 +0000 |
commit | 9144df7eca431da9991b4a26c4890571235eb415 (patch) | |
tree | 7e281055c9f5d5e0c58728cc4ccbf2f1d58baad6 /security/p5-Authen-DecHpwd | |
parent | f7c6b31899f9b093dceb9de54003bad139d8da83 (diff) | |
download | ports-9144df7eca431da9991b4a26c4890571235eb415.tar.gz ports-9144df7eca431da9991b4a26c4890571235eb415.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300212
Diffstat (limited to 'security/p5-Authen-DecHpwd')
-rw-r--r-- | security/p5-Authen-DecHpwd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Authen-DecHpwd/Makefile b/security/p5-Authen-DecHpwd/Makefile index 6b112617f0ee..13f8785ea9aa 100644 --- a/security/p5-Authen-DecHpwd/Makefile +++ b/security/p5-Authen-DecHpwd/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= brix@FreeBSD.org COMMENT= Perl module for DEC VMS password hashing -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/String.pm:${PORTSDIR}/devel/p5-Scalar-String \ - ${SITE_PERL}/Data/Integer.pm:${PORTSDIR}/devel/p5-Data-Integer \ - ${SITE_PERL}/${PERL_ARCH}/Digest/CRC.pm:${PORTSDIR}/security/p5-Digest-CRC +BUILD_DEPENDS= p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String \ + p5-Data-Integer>=0:${PORTSDIR}/devel/p5-Data-Integer \ + p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 |