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

26 lines
476 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-gettext
# Date created: 1 February 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= gettext
2005-12-03 19:38:56 +01:00
PORTVERSION= 1.05
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=Locale
2000-04-11 23:30:15 +02:00
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>