freebsd-ports/devel/p5-Locale-Msgfmt/Makefile

26 lines
490 B
Makefile
Raw Normal View History

# 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>