freebsd-ports/devel/p5-Locale-Msgfmt/Makefile
Dmitry Marakasov d4ab668367 This module does the same thing as msgfmt from GNU gettext-tools,
except this is pure Perl.

WWW: http://search.cpan.org/dist/Locale-Msgfmt/

PR:		136699
Submitted by:	Cezary Morga <cm@therek.net>
2009-07-15 13:47:51 +00:00

25 lines
490 B
Makefile

# New ports collection makefile for: p5-Locale-Msgfmt
# Date created: July 12th 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= Locale-Msgfmt
PORTVERSION= 0.14
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= Compile .po files to .mo files
PERL_CONFIGURE= yes
MAN1= msgfmt.pl.1
MAN3= Locale::Msgfmt::Utils.3 \
Locale::Msgfmt::mo.3 \
Locale::Msgfmt::po.3 \
Locale::Msgfmt.3
.include <bsd.port.mk>