mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
30 lines
946 B
Makefile
30 lines
946 B
Makefile
# New ports collection makefile for: p5-Locale-Codes
|
|
# Date created: June 26th 1997
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Locale-Codes
|
|
PORTVERSION= 3.17
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl5 module providing access to ISO3166 and ISO639 Country Codes
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Locale::Codes.3 Locale::Codes::API.3 Locale::Codes::Changes.3 \
|
|
Locale::Codes::Constants.3 Locale::Codes::Country.3 \
|
|
Locale::Codes::Country_Codes.3 Locale::Codes::Currency.3 \
|
|
Locale::Codes::Currency_Codes.3 Locale::Codes::LangExt.3 \
|
|
Locale::Codes::LangExt_Codes.3 Locale::Codes::LangVar.3 \
|
|
Locale::Codes::LangVar_Codes.3 Locale::Codes::Language.3 \
|
|
Locale::Codes::Language_Codes.3 Locale::Codes::Script.3 \
|
|
Locale::Codes::Script_Codes.3 Locale::Country.3 \
|
|
Locale::Currency.3 Locale::Language.3 Locale::Script.3
|
|
|
|
.include <bsd.port.mk>
|