4a58a8fcf4
PR: ports/160547 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 7 weeks)
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# New ports collection makefile for: p5-gettext
|
|
# Date created: 1 February 2000
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
|
|
USE_GETTEXT= yes
|
|
|
|
MAN3= Locale::gettext.3
|
|
|
|
.include <bsd.port.mk>
|