2006-05-14 22:14:52 +02:00
|
|
|
# New ports collection makefile for: p5-Template-Provider-Encoding
|
|
|
|
# Date created: 2006-02-28
|
|
|
|
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Template-Provider-Encoding
|
2007-10-30 10:40:01 +01:00
|
|
|
PORTVERSION= 0.10
|
2010-09-24 02:44:29 +02:00
|
|
|
PORTREVISION= 1
|
2006-05-14 22:14:52 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-14 22:14:52 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kaoru@kaisei.org
|
|
|
|
COMMENT= Template plugin to specify encoding
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
2006-11-27 03:29:15 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-05-14 22:14:52 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Template::Provider::Encoding.3 \
|
|
|
|
Template::Stash::ForceUTF8.3 \
|
|
|
|
Template::Plugin::encoding.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|