diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:29:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:29:24 +0800 |
commit | 35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42 (patch) | |
tree | 044fa8f6b91e90c86891d77526ebfb104b75c43e /security/p5-Crypt-Eksblowfish | |
parent | 796aa35a63f2855a90d34a33bf69e3c45f319bd2 (diff) | |
download | freebsd-ports-gnome-35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42.tar.gz freebsd-ports-gnome-35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42.tar.zst freebsd-ports-gnome-35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'security/p5-Crypt-Eksblowfish')
-rw-r--r-- | security/p5-Crypt-Eksblowfish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile index c0ef6e93cbe9..d034d9849774 100644 --- a/security/p5-Crypt-Eksblowfish/Makefile +++ b/security/p5-Crypt-Eksblowfish/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= brix@FreeBSD.org COMMENT= Perl module for the Eksblowfish block cipher -RUN_DEPENDS= ${SITE_PERL}/Class/Mix.pm:${PORTSDIR}/devel/p5-Class-Mix \ - ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent +RUN_DEPENDS= p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix \ + p5-parent>=0:${PORTSDIR}/devel/p5-parent LICENSE_COMB= dual LICENSE= ART10 GPLv1 |