Pointed out by: pointyhat (via linimon) Pointyhat to: swills Approved by: maintianer (implicit)
25 lines
487 B
Makefile
25 lines
487 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.15
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cm@therek.net
|
|
COMMENT= Compile .po files to .mo files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Locale::Msgfmt::Utils.3 \
|
|
Locale::Msgfmt::mo.3 \
|
|
Locale::Msgfmt::po.3 \
|
|
Locale::Msgfmt.3
|
|
|
|
.include <bsd.port.mk>
|