diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-05 10:18:42 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-05 10:18:42 +0800 |
commit | bfe15b3f852c47132845bc4da268a738c854b372 (patch) | |
tree | 84a7cf8984af9f060daf778972f917fbc906c6c4 /security/p5-MD5/Makefile | |
parent | a2cbf1cd438d080e9e79e5b0e56139f8ffd3e01e (diff) | |
download | freebsd-ports-gnome-bfe15b3f852c47132845bc4da268a738c854b372.tar.gz freebsd-ports-gnome-bfe15b3f852c47132845bc4da268a738c854b372.tar.zst freebsd-ports-gnome-bfe15b3f852c47132845bc4da268a738c854b372.zip |
Upgrade to 2.02, MD5 module depends to Digest::MD5 now.
Diffstat (limited to 'security/p5-MD5/Makefile')
-rw-r--r-- | security/p5-MD5/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index d2677689e7be..568c6f434d27 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -6,14 +6,17 @@ # PORTNAME= MD5 -PORTVERSION= 1.7 +PORTVERSION= 2.02 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= MD5 +MASTER_SITE_SUBDIR= MD5/GAAS PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 + PERL_CONFIGURE= yes MAN3= MD5.3 |