diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-16 22:45:49 +0800 |
commit | cd3bd119df7bda0177bdea0f6c453d1a4f9d5990 (patch) | |
tree | 2008cda24d377a4d487347df1db9b79077a8824d /security | |
parent | 6241c3af6d208beb3e754d0a9d3739940c881f71 (diff) | |
download | freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.gz freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.tar.zst freebsd-ports-gnome-cd3bd119df7bda0177bdea0f6c453d1a4f9d5990.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Captcha/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Authen-Captcha/Makefile b/security/p5-Authen-Captcha/Makefile index c12c0d8271ff..253bba7c3c5a 100644 --- a/security/p5-Authen-Captcha/Makefile +++ b/security/p5-Authen-Captcha/Makefile @@ -7,7 +7,7 @@ PORTNAME= Authen-Captcha PORTVERSION= 1.023 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to verify the human element in transactions -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index f92ba8127305..bbde025f3884 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-PasswdMD5 PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes MAN3= Crypt::PasswdMD5.3 |