diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 07:28:11 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-23 07:28:11 +0000 |
commit | 9f86f5c17c1cbc72cd8d4615238673bd7d7b4077 (patch) | |
tree | 4200dd669d5d132d4847a24b49eeda8ec1a24a92 /security/p5-Filter-Crypto | |
parent | b25f9696279877c952cf3ca1449a028bcd2cc571 (diff) | |
download | ports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.tar.gz ports-9f86f5c17c1cbc72cd8d4615238673bd7d7b4077.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 3).
Approved by: portmgr (itetcu)
Notes
Notes:
svn path=/head/; revision=248395
Diffstat (limited to 'security/p5-Filter-Crypto')
-rw-r--r-- | security/p5-Filter-Crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Filter-Crypto/Makefile b/security/p5-Filter-Crypto/Makefile index 07bdc21b1eeb..03019d89fe48 100644 --- a/security/p5-Filter-Crypto/Makefile +++ b/security/p5-Filter-Crypto/Makefile @@ -7,6 +7,7 @@ PORTNAME= Filter-Crypto PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,6 @@ MAINTAINER= sahil@tandon.net COMMENT= Create runnable Perl files encrypted with OpenSSL libcrypto BUILD_DEPENDS= ${SITE_PERL}/PAR/Filter.pm:${PORTSDIR}/devel/p5-PAR-Packer \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod RUN_DEPENDS= ${BUILD_DEPENDS} |