mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ca11b0d6e9
Approved by: portmgr (bapt@, blanket)
36 lines
1.2 KiB
Makefile
36 lines
1.2 KiB
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.26
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Perl5 module providing access to ISO3166 and ISO639 Country Codes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
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::Country_Retired.3 \
|
|
Locale::Codes::Currency.3 Locale::Codes::Currency_Codes.3 \
|
|
Locale::Codes::LangExt.3 Locale::Codes::LangExt_Codes.3 \
|
|
Locale::Codes::LangExt_Retired.3 Locale::Codes::LangFam.3 \
|
|
Locale::Codes::LangFam_Codes.3 Locale::Codes::LangFam_Retired.3 \
|
|
Locale::Codes::LangVar.3 Locale::Codes::LangVar_Codes.3 \
|
|
Locale::Codes::LangVar_Retired.3 Locale::Codes::Language.3 \
|
|
Locale::Codes::Language_Codes.3 Locale::Codes::Language_Retired.3 \
|
|
Locale::Codes::Script.3 Locale::Codes::Script_Codes.3 \
|
|
Locale::Codes::Script_Retired.3 Locale::Country.3 \
|
|
Locale::Currency.3 Locale::Codes::Currency_Retired.3 \
|
|
Locale::Language.3 Locale::Script.3
|
|
|
|
.include <bsd.port.mk>
|