diff options
author | wen <wen@FreeBSD.org> | 2010-09-16 10:10:49 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-16 10:10:49 +0800 |
commit | a4c79e9e7d4224d49780e794bfeb27add897be7c (patch) | |
tree | 7e99e3f01b0d3de780ad58f48fd348f040adf235 | |
parent | 7d0486ff01bcd161c0aa0d6235ab42cce35c596b (diff) | |
download | freebsd-ports-gnome-a4c79e9e7d4224d49780e794bfeb27add897be7c.tar.gz freebsd-ports-gnome-a4c79e9e7d4224d49780e794bfeb27add897be7c.tar.zst freebsd-ports-gnome-a4c79e9e7d4224d49780e794bfeb27add897be7c.zip |
- Remove MIME::Base64 DEPENDS which is already in Perl 5
PR: ports/150140
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 8efc6c1f8677..d17e7c8076fb 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |