22 lines
445 B
Makefile
22 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>
|