diff options
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 |