freebsd-ports/devel/p5-Locale-Maketext/Makefile
Sunpoet Po-Chuan Hsieh ce09a9b961 - Sort MAN3
2011-06-11 10:48:08 +00:00

34 lines
740 B
Makefile

# New ports collection makefile for: p5-Locale-Maketext
# Date created: March 13, 2000
# Whom: Frank Mayhar <frank@exit.com>
#
# $FreeBSD$
#
PORTNAME= Locale-Maketext
PORTVERSION= 1.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A framework for software localization and inheritance-based lexicons
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
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.pre.mk>
.if ${PERL_LEVEL} < 500805
RUN_DEPENDS+= p5-I18N-LangTags>=0.30:${PORTSDIR}/misc/p5-I18N-LangTags
.endif
.include <bsd.port.post.mk>