5010cb0eda
Approved by: portmgr (blanket infrastructure)
19 lines
398 B
Makefile
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>
|