summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrh <rh>1999-12-02 14:50:39 +0000
committerrh <rh>1999-12-02 14:50:39 +0000
commit716a909d06fef49f8a285e93b0ae9d6ccb79757a (patch)
tree842ad7ee3b160c4ba6f2b0d22e463f3124b5d7ec
parente4a0c903ccdb75b3bf891272916c980e514f395d (diff)
downloadpkgsrc-716a909d06fef49f8a285e93b0ae9d6ccb79757a.tar.gz
These two modules cannot peacefully coexist.
-rw-r--r--security/p5-Digest-MD5/Makefile4
-rw-r--r--security/p5-MD5/Makefile4
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: