freebsd-ports/devel/p5-Locale-gettext/Makefile
Andrej Zverev 5010cb0eda - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:26:14 +00:00

19 lines
398 B
Makefile

# Created by: Dmitry Sivachenko <dima@Chg.RU>
# $FreeBSD$
PORTNAME= Locale-gettext
PORTVERSION= 1.05
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Message handling functions
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
USES= gettext perl5
USE_PERL5= configure
.include <bsd.port.mk>