freebsd-ports/devel/p5-Locale-gettext/Makefile
Dmitry Sivachenko deac843de9 Bump PORTREVISION due to recent modifications of patch-Makefile.PL.
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2005-12-07 17:05:21 +00:00

25 lines
497 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= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
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>