diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-26 01:41:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-26 01:41:19 +0000 |
commit | b97fb33bae42447ccea2ac9a175daec9a74cff2c (patch) | |
tree | 55182e90dacf91825789df5fe3a4e4dc5efa5357 /devel | |
parent | bd7f43f95139f6fd86b965979536add59955187d (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Storable/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index e0128c6ef00e..3cc5299fdad7 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -3,7 +3,7 @@ # Date created: July 7th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1998/05/14 07:52:45 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/06/24 16:00:34 vanilla Exp $ # DISTNAME= Storable-0.6_402 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Storable MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= fetch + USE_PERL5= YES WRKSRC= ${WRKDIR}/Storable-0.6@2 |