Import misc/p5-I18N-LangTags version 0.35
[dports.git] / misc / p5-I18N-LangTags / Makefile
1 # New ports collection makefile for:    p5-I18N-LangTags
2 # Date created:                 26 December 1999
3 # Whom:                         Dmitry Sivachenko <dima@Chg.RU>
4 #
5 # $FreeBSD: ports/misc/p5-I18N-LangTags/Makefile,v 1.16 2012/11/17 05:59:43 svnexp Exp $
6 #
7
8 PORTNAME=       I18N-LangTags
9 PORTVERSION=    0.35
10 CATEGORIES=     misc perl5
11 MASTER_SITES=   CPAN
12 PKGNAMEPREFIX=  p5-
13
14 MAINTAINER=     demon@FreeBSD.org
15 COMMENT=        Functions for dealing with RFC-1766-style language tags
16
17 PERL_CONFIGURE= YES
18
19 MAN3=           I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3
20
21 .include <bsd.port.mk>