freebsd-ports/www/p5-Apache-Template/Makefile
Jun Kuriyama 664f5c4526 - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 2).

Approved by:	portmgr (itetcu)
2010-01-22 14:24:39 +00:00

26 lines
677 B
Makefile

# New ports collection makefile for: www/p5-Apache-Template
# Date created: 30 December 2005
# Whom: Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= Apache-Template
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= hideo@lastamericanempire.com
COMMENT= Apache::Template - Apache/mod_perl interface to the Template Toolkit
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Apache::Template.3
.include <bsd.port.mk>