1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/devel/p5-Locale-gettext/Makefile
2001-03-01 06:39:18 +00:00

23 lines
436 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.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= Locale::gettext.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>