d4ab668367
except this is pure Perl. WWW: http://search.cpan.org/dist/Locale-Msgfmt/ PR: 136699 Submitted by: Cezary Morga <cm@therek.net>
25 lines
490 B
Makefile
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>
|