2000-02-09 05:42:58 +01:00
|
|
|
# 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
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2000-02-09 05:42:58 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2008-08-25 14:55:09 +02:00
|
|
|
MASTER_SITE_SUBDIR=Locale
|
2000-04-11 23:30:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-02-09 05:42:58 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Message handling functions
|
2000-02-09 05:42:58 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2001-08-16 20:59:52 +02:00
|
|
|
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2000-02-09 05:42:58 +01:00
|
|
|
|
|
|
|
MAN3= Locale::gettext.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|