freebsd-ports/www/p5-HTML-Chunks/Makefile
Philip M. Gollucci 9dc8e9bd25 - Update to 1.55.1
PR:             ports/136582
Approved by:    maintainer timeout (fbsd@meersau.de; 14 days)
Submitted by:   myself (pgollucci@)
2009-07-23 17:29:44 +00:00

25 lines
582 B
Makefile

# New ports collection makefile for: p5-HTML-Chunks
# Date created: 27 November 2005
# Whom: Alexander Koch <fbsd@meersau.de>
#
# $FreeBSD$
#
PORTNAME= HTML-Chunks
PORTVERSION= 1.55.1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= fbsd@meersau.de
COMMENT= A simple nested template engine for HTML, XML and XHTML
RUN_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
PERL_CONFIGURE= 5.8.6+
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= HTML::Chunks.3 HTML::Chunks::Local.3 HTML::Chunks::Super.3
.include <bsd.port.mk>