1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/p5-Locale-Maketext/Makefile
Frederic Culot e2733092d9 - Update to 1.23
- Remove leading article from COMMENT

Changes:	http://search.cpan.org/dist/Locale-Maketext/ChangeLog
Feature safe:	yes
2012-12-06 12:52:01 +00:00

28 lines
603 B
Makefile

# Created by: Frank Mayhar <frank@exit.com>
# $FreeBSD$
PORTNAME= Locale-Maketext
PORTVERSION= 1.23
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TODDR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Framework for software localization and inheritance-based lexicons
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= yes
MAN3= Locale::Maketext.3 \
Locale::Maketext::Cookbook.3 \
Locale::Maketext::Guts.3 \
Locale::Maketext::GutsLoader.3 \
Locale::Maketext::TPJ13.3
.include <bsd.port.mk>