diff options
author | az <az@FreeBSD.org> | 2012-06-05 15:44:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-05 15:44:03 +0800 |
commit | 73197fcfc1e99a99fafce3dbfec512769cdde2c7 (patch) | |
tree | a2150fa673cd9f10035afcfceff2edf82ae7f64b /www/p5-WebService-CIA | |
parent | 67e72faebd9511f04e0999270f9e6469c0c5ee36 (diff) | |
download | freebsd-ports-gnome-73197fcfc1e99a99fafce3dbfec512769cdde2c7.tar.gz freebsd-ports-gnome-73197fcfc1e99a99fafce3dbfec512769cdde2c7.tar.zst freebsd-ports-gnome-73197fcfc1e99a99fafce3dbfec512769cdde2c7.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'www/p5-WebService-CIA')
-rw-r--r-- | www/p5-WebService-CIA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-WebService-CIA/Makefile b/www/p5-WebService-CIA/Makefile index 1f7bbdd13a18..0bcf891d9056 100644 --- a/www/p5-WebService-CIA/Makefile +++ b/www/p5-WebService-CIA/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Information from the CIA World Factbook -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/MLDBM.pm:${PORTSDIR}/databases/p5-MLDBM +RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM BUILD_DEPENDS= ${RUN_DEPENDS} CONFIGURE_ARGS= </dev/null |