2011-03-12 00:53:51 +01:00
|
|
|
# New ports collection makefile for: p5-Encode-Locale
|
|
|
|
# Date created: 04 Mar 2011
|
|
|
|
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Encode-Locale
|
2012-02-25 07:12:05 +01:00
|
|
|
PORTVERSION= 1.03
|
2011-03-12 00:53:51 +01:00
|
|
|
CATEGORIES= converters perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-03-12 00:53:51 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= Determine the locale encoding
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Encode::Locale.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|