diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-07-22 10:44:52 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-07-22 10:44:52 +0000 |
commit | 792ca96ac5e6fa8cf5ef07c228e0e204f636325c (patch) | |
tree | 7b1f8c78f33c55cfb65225db7b886297066e3c2b /misc/p5-Locale-Codes/Makefile | |
parent | 04ef36b38ce28854cf9627775dad705e22057f4c (diff) | |
download | FreeBSD-ports-792ca96ac5e6fa8cf5ef07c228e0e204f636325c.zip FreeBSD-ports-792ca96ac5e6fa8cf5ef07c228e0e204f636325c.tar.gz |
Update
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
Diffstat (limited to 'misc/p5-Locale-Codes/Makefile')
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index ec1fb3a..a775c43 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Locale-Codes -PORTVERSION= 1.00 +PORTVERSION= 1.02 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale @@ -17,7 +17,8 @@ MAINTAINER= jfitz@FreeBSD.org USE_PERL5= YES MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Locale::Country.3 Locale::Language.3 +MAN3= Locale::Country.3 \ + Locale::Language.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL |