aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Locale-Maketext
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-11-22 20:17:54 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-11-22 20:17:54 +0000
commit9bce21b432eec6870b0a3b8e84d9a22d63dafbfd (patch)
treeaf2840a8ac74fab639e207f0f6314a9dcb0feda5 /devel/p5-Locale-Maketext
parentf5d155859d73f017012fb668adc04af1540e1635 (diff)
downloadports-9bce21b432eec6870b0a3b8e84d9a22d63dafbfd.tar.gz
ports-9bce21b432eec6870b0a3b8e84d9a22d63dafbfd.zip
Update to 1.03. And MAINTAINER updated.
PR: ports/44878 Submitted by: Mark Shepard <mns@shepard.org> Approved by: Frank Mayhar <frank@exit.com>
Notes
Notes: svn path=/head/; revision=70761
Diffstat (limited to 'devel/p5-Locale-Maketext')
-rw-r--r--devel/p5-Locale-Maketext/Makefile6
-rw-r--r--devel/p5-Locale-Maketext/distinfo2
-rw-r--r--devel/p5-Locale-Maketext/pkg-descr2
-rw-r--r--devel/p5-Locale-Maketext/pkg-plist4
4 files changed, 8 insertions, 6 deletions
diff --git a/devel/p5-Locale-Maketext/Makefile b/devel/p5-Locale-Maketext/Makefile
index 7a1626a90baa..3403156c46ab 100644
--- a/devel/p5-Locale-Maketext/Makefile
+++ b/devel/p5-Locale-Maketext/Makefile
@@ -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>
diff --git a/devel/p5-Locale-Maketext/distinfo b/devel/p5-Locale-Maketext/distinfo
index bb63e0a6c8ee..9f4f91b62201 100644
--- a/devel/p5-Locale-Maketext/distinfo
+++ b/devel/p5-Locale-Maketext/distinfo
@@ -1 +1 @@
-MD5 (Locale-Maketext-0.18.tar.gz) = 3faeb1df2c9a2b9b7cd74d8a8b0560a4
+MD5 (Locale-Maketext-1.03.tar.gz) = 7f861143f97cf76b4c8032747f4b4fc9
diff --git a/devel/p5-Locale-Maketext/pkg-descr b/devel/p5-Locale-Maketext/pkg-descr
index 36102c7c6e4c..d2ca072e64a8 100644
--- a/devel/p5-Locale-Maketext/pkg-descr
+++ b/devel/p5-Locale-Maketext/pkg-descr
@@ -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.
diff --git a/devel/p5-Locale-Maketext/pkg-plist b/devel/p5-Locale-Maketext/pkg-plist
index 0a2c74143911..06a86f781128 100644
--- a/devel/p5-Locale-Maketext/pkg-plist
+++ b/devel/p5-Locale-Maketext/pkg-plist
@@ -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