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-Passphrase | |
parent | f7c6b31899f9b093dceb9de54003bad139d8da83 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300212
Diffstat (limited to 'security/p5-Authen-Passphrase')
-rw-r--r-- | security/p5-Authen-Passphrase/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/p5-Authen-Passphrase/Makefile b/security/p5-Authen-Passphrase/Makefile index 5461e6f9bc06..6b3773d9872c 100644 --- a/security/p5-Authen-Passphrase/Makefile +++ b/security/p5-Authen-Passphrase/Makefile @@ -17,17 +17,17 @@ COMMENT= Perl module for handling hashed passwords/passphrases as objects LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Authen/DecHpwd.pm:${PORTSDIR}/security/p5-Authen-DecHpwd \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/Eksblowfish.pm:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/MySQL.pm:${PORTSDIR}/security/p5-Crypt-MySQL \ - ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/UnixCrypt_XS.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \ - ${SITE_PERL}/Data/Entropy/Algorithms.pm:${PORTSDIR}/security/p5-Data-Entropy \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \ - ${SITE_PERL}/Module/Runtime.pm:${PORTSDIR}/devel/p5-Module-Runtime \ - ${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify +BUILD_DEPENDS= p5-Authen-DecHpwd>=0:${PORTSDIR}/security/p5-Authen-DecHpwd \ + p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ + p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \ + p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ + p5-Crypt-MySQL>=0:${PORTSDIR}/security/p5-Crypt-MySQL \ + p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ + p5-Crypt-UnixCrypt_XS>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \ + p5-Data-Entropy>=0:${PORTSDIR}/security/p5-Data-Entropy \ + p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes |