22 lines
486 B
Makefile
22 lines
486 B
Makefile
# Created by: Murilo Opsfelder <mopsfelder@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Template-Provider-Encode
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mopsfelder@gmail.com
|
|
COMMENT= Encode templates for Template Toolkit
|
|
|
|
RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Template::Provider::Encode.3 \
|
|
Template::Provider::Encode::Guess.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|