2003-04-11 19:53:43 +02:00
|
|
|
# New ports collection makefile for: p5-Locale-Maketext-Lexicon
|
|
|
|
# Date created: February 23, 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Locale-Maketext-Lexicon
|
2007-06-19 12:15:53 +02:00
|
|
|
PORTVERSION= 0.64
|
2003-04-11 19:53:43 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-04-11 19:53:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-08-16 11:13:44 +02:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-04-11 19:53:43 +02:00
|
|
|
COMMENT= Use other catalog formats in Locale::Maketext
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
|
2005-06-11 18:13:12 +02:00
|
|
|
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser \
|
2003-04-11 19:53:43 +02:00
|
|
|
${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
2003-10-10 12:55:18 +02:00
|
|
|
MAN3= Locale::Maketext::Extract.3 \
|
2006-05-10 09:52:56 +02:00
|
|
|
Locale::Maketext::Extract::Run.3 \
|
2003-10-10 12:55:18 +02:00
|
|
|
Locale::Maketext::Lexicon::Auto.3 \
|
2003-04-11 19:53:43 +02:00
|
|
|
Locale::Maketext::Lexicon::Gettext.3 \
|
|
|
|
Locale::Maketext::Lexicon::Msgcat.3 \
|
|
|
|
Locale::Maketext::Lexicon::Tie.3 \
|
|
|
|
Locale::Maketext::Lexicon.3
|
|
|
|
|
|
|
|
MAN1= xgettext.pl.1
|
|
|
|
|
2004-12-20 18:42:54 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= AUTHORS Changes README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
|
|
.endif
|
|
|
|
|
2007-08-31 15:37:23 +02:00
|
|
|
.include <bsd.port.mk>
|