mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
28 lines
649 B
Makefile
28 lines
649 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.53
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTML
|
|
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 \
|
|
HTML::ChunksLocal.3
|
|
|
|
.include <bsd.port.mk>
|