blob: f22bb430f48e2b2d82cad6ef4f290e1137dd63d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
PORTNAME= Locale-libintl
PORTVERSION= 1.23
PORTREVISION= 2
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>
|