diff options
author | asami <asami@FreeBSD.org> | 1998-09-03 21:45:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-03 21:45:47 +0800 |
commit | fa4468dc3f484d1228ceda6494b49f7e8ab018de (patch) | |
tree | 65cdc4b68a885486bdfed2cf02b96e16b3bb8431 /security/p5-Crypt-IDEA | |
parent | 966a39eb2d18a3d30e89cf84207c29b2a602678a (diff) | |
download | freebsd-ports-gnome-fa4468dc3f484d1228ceda6494b49f7e8ab018de.tar.gz freebsd-ports-gnome-fa4468dc3f484d1228ceda6494b49f7e8ab018de.tar.zst freebsd-ports-gnome-fa4468dc3f484d1228ceda6494b49f7e8ab018de.zip |
Mark ports that are still suffering from post-perl5-upgrade syndrome
as broken. Actually there were much fewer than I thought.
Approved by: markm
Diffstat (limited to 'security/p5-Crypt-IDEA')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 964a9d37b527..99ef5b3870be 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/05/24 13:17:13 jfitz Exp $ +# $Id: Makefile,v 1.8 1997/06/24 18:43:09 jfitz Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= perl5 upgrade + USE_PERL5= YES MAN3= Crypt::IDEA.3 |