diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 02:28:29 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-27 02:28:29 +0000 |
commit | b675e2accfb891303e86150b3094e8392ad67877 (patch) | |
tree | 371173e2b8371fcd0725157328fb493599654878 /net/p5-Net-Whois/Makefile | |
parent | Upgrade to v1.0505 (diff) |
Upgrade to v0.22
Notes
Notes:
svn path=/head/; revision=7095
Diffstat (limited to 'net/p5-Net-Whois/Makefile')
-rw-r--r-- | net/p5-Net-Whois/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/p5-Net-Whois/Makefile b/net/p5-Net-Whois/Makefile index dafc65a939bf..521b6f7cf826 100644 --- a/net/p5-Net-Whois/Makefile +++ b/net/p5-Net-Whois/Makefile @@ -1,19 +1,21 @@ # New ports collection makefile for: p5-Net-Whois -# Version required: 0.21 +# Version required: 0.22 # Date created: June 7th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/06/07 04:07:27 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/06/24 18:43:27 jfitz Exp $ # -DISTNAME= Net-Whois-0.21 -PKGNAME= p5-Net-Whois-0.21 +DISTNAME= Net-Whois-0.22 +PKGNAME= p5-Net-Whois-0.22 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net MAINTAINER= jfitz@FreeBSD.ORG +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Locale/Country.pm:${PORTSDIR}/misc/p5-Locale-Codes + USE_PERL5= YES MANPREFIX= /usr/local/lib/perl5 |