cb51e9d2ed
languages per rules defined in RFC 2616, section 14.4: HTTP/1.1 - Header Field Definitions - Accept-Language. WWW: http://search.cpan.org/dist/I18N-AcceptLanguage/
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# New ports collection makefile for: I18N::AcceptLanguage
|
|
# Date created: 14 Feb 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= I18N-AcceptLanguage
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to matches language preference (HTTP Accept-Language)
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= I18N::AcceptLanguage.3
|
|
|
|
.include <bsd.port.mk>
|