freebsd-ports/devel/p5-Locale-Maketext/Makefile
Mathieu Arnold 1ea6c3e73a Update to 1.06
Grab maintainership (maintainer timeout)
use %%SITE_PERL%%

Asked by:	demon
2003-09-24 10:56:55 +00:00

26 lines
648 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.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= A framework for software localization and inheritance-based lexicons
BUILD_DEPENDS= ${SITE_PERL}/I18N/LangTags.pm:${PORTSDIR}/misc/p5-I18N-LangTags
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
CONFIGURE_ARGS= INSTALLDIRS=site
MAN3= Locale::Maketext.3 Locale::Maketext::TPJ13.3
.include <bsd.port.mk>