aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SaltedHash/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-02-04 16:31:26 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-02-04 16:31:26 +0000
commitcebd576fd6d4a773b9e94ac6d69dbc5f9d2c8e10 (patch)
treebc72c7084267ea918a7f63d5ecfda15aecc419bf /security/p5-Crypt-SaltedHash/Makefile
parent1f436035ea69a5c72779b3bf29d260e6e4a43a29 (diff)
downloadports-cebd576fd6d4a773b9e94ac6d69dbc5f9d2c8e10.tar.gz
ports-cebd576fd6d4a773b9e94ac6d69dbc5f9d2c8e10.zip
Notes
Diffstat (limited to 'security/p5-Crypt-SaltedHash/Makefile')
-rw-r--r--security/p5-Crypt-SaltedHash/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile
index 086d4587f3d2..569cf239ec20 100644
--- a/security/p5-Crypt-SaltedHash/Makefile
+++ b/security/p5-Crypt-SaltedHash/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= Crypt-SaltedHash
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
@@ -13,15 +13,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension to work with salted hashes
-BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \
- ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
+BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
PERL_CONFIGURE= yes
MAN3= Crypt::SaltedHash.3
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} <= 500503
-IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>