1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.03. And MAINTAINER updated.

PR:		ports/44878
Submitted by:	Mark Shepard <mns@shepard.org>
Approved by:	Frank Mayhar <frank@exit.com>
This commit is contained in:
Norikatsu Shigemura 2002-11-22 20:17:54 +00:00
parent f5d155859d
commit 9bce21b432
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70761
4 changed files with 8 additions and 6 deletions

View File

@ -6,20 +6,20 @@
#
PORTNAME= Locale-Maketext
PORTVERSION= 0.18
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
MAINTAINER= frank@exit.com
MAINTAINER= mns@shepard.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Locale::Maketext.3
MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Locale-Maketext-0.18.tar.gz) = 3faeb1df2c9a2b9b7cd74d8a8b0560a4
MD5 (Locale-Maketext-1.03.tar.gz) = 7f861143f97cf76b4c8032747f4b4fc9

View File

@ -2,7 +2,7 @@ Locale::Maketext is a base class providing a framework for software
localization and inheritance-based lexicons, as described in my
article in The Perl Journal #13 (which is on the way to your mailbox
and/or newsstand).
Copyright 1999, Sean M. Burke <sburke@netadventure.net>, all rights
reserved. This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

View File

@ -1,4 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pm
lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pod
lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext/TPJ13.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Maketext
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Locale
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Locale 2> /dev/null || true