mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add p5-Locale-Maketext version 0.17.
Locale::Maketext is a base class providing a framework for software localization and inheritance-based lexicons, as described in "The Perl Journal" issue #13. PR: 17382 Submitted by: Frank Mayhar <frank@exit.com>
This commit is contained in:
parent
01de4f1c56
commit
393b73368a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28202
@ -151,6 +151,7 @@
|
||||
SUBDIR += p5-IO-stringy
|
||||
SUBDIR += p5-Include
|
||||
SUBDIR += p5-IniConf
|
||||
SUBDIR += p5-Locale-Maketext
|
||||
SUBDIR += p5-Locale-PGetText
|
||||
SUBDIR += p5-Locale-gettext
|
||||
SUBDIR += p5-PV
|
||||
|
25
devel/p5-Locale-Maketext/Makefile
Normal file
25
devel/p5-Locale-Maketext/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Locale-Maketext
|
||||
# Date created: March 13, 2000
|
||||
# Whom: Frank Mayhar <frank@exit.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Locale-Maketext
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Locale
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= frank@exit.com
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= Locale::Maketext.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Locale-Maketext/distinfo
Normal file
1
devel/p5-Locale-Maketext/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Locale-Maketext-0.17.tar.gz) = 86532a99efdfe963d08ee98d554fa9bd
|
1
devel/p5-Locale-Maketext/pkg-comment
Normal file
1
devel/p5-Locale-Maketext/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A framework for software localization and inheritance-based lexicons
|
8
devel/p5-Locale-Maketext/pkg-descr
Normal file
8
devel/p5-Locale-Maketext/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
4
devel/p5-Locale-Maketext/pkg-plist
Normal file
4
devel/p5-Locale-Maketext/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Locale/Maketext.pm
|
||||
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
|
Loading…
Reference in New Issue
Block a user