aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-I18N-LangTags/Makefile
blob: 890ff4b7fef30403c37f770f7b069e5531c3102f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Dmitry Sivachenko <dima@Chg.RU>

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

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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>