diff options
author | rh <rh@pkgsrc.org> | 1999-12-02 14:50:39 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-02 14:50:39 +0000 |
commit | a873e2bd788ebcffc068749280ca6d6a8c6a1503 (patch) | |
tree | 842ad7ee3b160c4ba6f2b0d22e463f3124b5d7ec /security | |
parent | f01494702ba7ef4ab3c107e54cb39b7ab9c85641 (diff) | |
download | pkgsrc-a873e2bd788ebcffc068749280ca6d6a8c6a1503.tar.gz |
These two modules cannot peacefully coexist.
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: |