freebsd-ports/devel/p5-Locale-gettext/Makefile
Philip M. Gollucci 0884e996bd Std pkg name p5-gettext -> p5-Locale-gettext
PR:             ports/148166
Submitted by:   ohauer
Approved by:    timeout (demon/ohauer ; 41 days)
2010-10-11 20:48:08 +00:00

25 lines
483 B
Makefile

# New ports collection makefile for: p5-gettext
# Date created: 1 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= gettext
PORTVERSION= 1.05
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=Locale
PKGNAMEPREFIX= p5-Locale-
MAINTAINER= demon@FreeBSD.org
COMMENT= Message handling functions
PERL_CONFIGURE= yes
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
USE_GETTEXT= yes
MAN3= Locale::gettext.3
.include <bsd.port.mk>