diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 4 | ||||
-rw-r--r-- | security/p5-MD5/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 5bfbad34a67..cba90049842 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/02 14:31:00 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/02 14:50:39 rh Exp $ # PKGNAME= p5-Digest-MD5-2.09 @@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= packages@netbsd.org +CONFLICTS+= p5-MD5-* + USE_PERL5= YES do-configure: diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 049bad0685e..b0d245b189c 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/15 20:39:47 tron Exp $ +# $NetBSD: Makefile,v 1.9 1999/12/02 14:50:41 rh Exp $ # FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp # @@ -10,6 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MD5/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/MD5/MD5.html +CONFLICTS+= p5-Digest-MD5-* + USE_PERL5= YES do-configure: |