diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-14 02:11:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-14 02:11:13 +0000 |
commit | 0e68b43669abc365f5133064e2df3564b9e57da2 (patch) | |
tree | e4104475fa2cc698599987f8bb998231c0c5218a /devel/p5-Storable | |
parent | 93f3389e875d9c8f092d0d19041157b39af24323 (diff) | |
download | ports-0e68b43669abc365f5133064e2df3564b9e57da2.tar.gz ports-0e68b43669abc365f5133064e2df3564b9e57da2.zip |
Notes
Diffstat (limited to 'devel/p5-Storable')
-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 aa231afbf1bd..f2068dbb244c 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.2 1998/02/18 15:24:00 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/04/11 14:10:36 vanilla Exp $ # DISTNAME= Storable-0.5@4 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Storable MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= fetch + USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5 |