1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/p5-Locale-Maketext-Lexicon/Makefile
Martin Wilke 4e64246e5b - Updated to 0.66;
- Remove unnecessary dependency.

PR:		120667
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer implicit
2008-02-18 18:06:19 +00:00

42 lines
1.0 KiB
Makefile

# 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
PORTVERSION= 0.66
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Use other catalog formats in Locale::Maketext
BUILD_DEPENDS= ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Locale::Maketext::Extract.3 \
Locale::Maketext::Extract::Run.3 \
Locale::Maketext::Lexicon::Auto.3 \
Locale::Maketext::Lexicon::Gettext.3 \
Locale::Maketext::Lexicon::Msgcat.3 \
Locale::Maketext::Lexicon::Tie.3 \
Locale::Maketext::Lexicon.3
MAN1= xgettext.pl.1
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS Changes README
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>