mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
30 lines
841 B
Makefile
30 lines
841 B
Makefile
# New ports collection makefile for: HTML::Template::Pluggable
|
|
# Date created: 21 March 2006
|
|
# Whom: Espen Tagestad <espen@tagestad.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Template-Pluggable
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= espen@tagestad.no
|
|
COMMENT= Extends HTML::Template with plugin support
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
|
${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \
|
|
${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.6+
|
|
|
|
MAN3= HTML::Template::Pluggable.3 \
|
|
HTML::Template::Plugin::Dot.3
|
|
|
|
.include <bsd.port.mk>
|