diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-05 02:18:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-05 02:18:42 +0000 |
commit | cd8349aed31e224ce81da77402a0fa51cfd19ec9 (patch) | |
tree | 1488dd987b24222bb890fefa6ad18a5db6ffbb59 /security/p5-MD5/Makefile | |
parent | f30eb2793a1662a07a8080ffcf349748cee2e1e3 (diff) | |
download | ports-cd8349aed31e224ce81da77402a0fa51cfd19ec9.tar.gz ports-cd8349aed31e224ce81da77402a0fa51cfd19ec9.zip |
Upgrade to 2.02, MD5 module depends to Digest::MD5 now.
Notes
Notes:
svn path=/head/; revision=40855
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 |