aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PasswdMD5
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-16 14:45:49 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-16 14:45:49 +0000
commitcbffb3af9d95e810e5b983bdb8af5870385468d0 (patch)
treebd420c0f805cb9e019640a5f2f7fce593a7d1093 /security/p5-Crypt-PasswdMD5
parente15a13a912240df930067dc8ad6dae1c0d280fb9 (diff)
downloadports-cbffb3af9d95e810e5b983bdb8af5870385468d0.tar.gz
ports-cbffb3af9d95e810e5b983bdb8af5870385468d0.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.
Notes
Notes: svn path=/head/; revision=247977
Diffstat (limited to 'security/p5-Crypt-PasswdMD5')
-rw-r--r--security/p5-Crypt-PasswdMD5/Makefile4
1 files changed, 1 insertions, 3 deletions
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