summaryrefslogtreecommitdiff
path: root/misc/p5-I18N-LangTags/Makefile
blob: bfe5a0338f6a5c96e5d683d733c140153120bab5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    p5-I18N-LangTags
# Date created:			26 December 1999
# Whom:	      			Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#

PORTNAME=	I18N-LangTags
PORTVERSION=	0.35
CATEGORIES=	misc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Functions for dealing with RFC-1766-style language tags

PERL_CONFIGURE=	YES

MAN3=		I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3

.include <bsd.port.mk>