mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
e159824929
Approved by: portmgr (bapt)
26 lines
500 B
Makefile
26 lines
500 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}
|
|
USES= gettext
|
|
|
|
MAN3= Locale::gettext.3
|
|
|
|
.include <bsd.port.mk>
|