diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-28 02:40:42 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-09-28 02:40:42 +0800 |
commit | a27ebf61e3bb0d4a251da0f489062a08ab940ae3 (patch) | |
tree | 289e09167b3f519f6a02f6676a43220fe12a0834 /security/p5-MD5/Makefile | |
parent | 5cae7285aca3a0f428b3d24ac83693638057087d (diff) | |
download | freebsd-ports-gnome-a27ebf61e3bb0d4a251da0f489062a08ab940ae3.tar.gz freebsd-ports-gnome-a27ebf61e3bb0d4a251da0f489062a08ab940ae3.tar.zst freebsd-ports-gnome-a27ebf61e3bb0d4a251da0f489062a08ab940ae3.zip |
- cleanup Makefile
- update comment/descripttion to indicate port is a wrapper to Digest::MD5
- pass maintainership to perl@
Approved by: miwi (co-mentor)
Diffstat (limited to 'security/p5-MD5/Makefile')
-rw-r--r-- | security/p5-MD5/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 02b7a5ceb987..968f3aa604c6 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -8,12 +8,12 @@ PORTNAME= MD5 PORTVERSION= 2.03 CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= MD5/GAAS +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ${PORTNAME}/GAAS PKGNAMEPREFIX= p5- -MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= Perl5 interface to MD5 Message-Digest Algorithm +MAINTAINER= perl@FreeBSD.org +COMMENT= wrapper to the Digest::MD5 module PERL_CONFIGURE= yes @@ -22,8 +22,7 @@ MAN3= MD5.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif .include <bsd.port.post.mk> |