diff options
Diffstat (limited to 'devel/p5-Storable/Makefile')
-rw-r--r-- | devel/p5-Storable/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index f2068dbb244c..632df0e75775 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -1,21 +1,19 @@ # New ports collection makefile for: p5-Storable -# Version required: 0.5.4 +# Version required: 0.5.7 # Date created: July 7th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1998/04/11 14:10:36 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/04/14 02:11:13 asami Exp $ # -DISTNAME= Storable-0.5@4 -PKGNAME= p5-Storable-0.5.4 +DISTNAME= Storable-0.5@7 +PKGNAME= p5-Storable-0.5.7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable MAINTAINER= jfitz@FreeBSD.ORG -BROKEN= fetch - USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5 |