freebsd-ports/www/p5-Template-Toolkit-Simple/Makefile
Andrej Zverev 46f9eb7bdb - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:44:14 +00:00

25 lines
550 B
Makefile

# New ports collection makefile for: p5-Template-Toolkit-Simple
# Date created: 2010-04-24
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Template-Toolkit-Simple
PORTVERSION= 0.16
CATEGORIES= www textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= A Simple Interface to Template Toolkit
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Template::Toolkit::Simple.3
.include <bsd.port.mk>