18 lines
364 B
Makefile
18 lines
364 B
Makefile
# Created by: Erwin Lansing <erwin@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Locale-libintl
|
|
PORTVERSION= 1.23
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= libintl-perl-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Internationalization library for Perl
|
|
|
|
USES= perl5 gettext
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|