diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:15:29 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:15:29 +0000 |
commit | 1be969103d836d9d1774325e85e5db187b147d0c (patch) | |
tree | 7d68bb1bc7aeb99173dcca63f5d4f1432e555c93 /security/p5-MD5/Makefile | |
parent | 1762f5f1ad4e5f5421af683cbc93ab7d945062e5 (diff) |
Notes
Diffstat (limited to 'security/p5-MD5/Makefile')
-rw-r--r-- | security/p5-MD5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 2cc43c3650cf..4ed912d0ec5b 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MD5/GAAS PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= Perl5 interface to MD5 Message-Digest Algorithm PERL_CONFIGURE= yes @@ -23,7 +23,7 @@ MAN3= MD5.3 .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} .endif .include <bsd.port.post.mk> |