mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
2531798b7c
interface to the Template Toolkit. PR: ports/91078 Submitted by: Zach Thompson <hideo@lastamericanempire.com>
28 lines
787 B
Makefile
28 lines
787 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
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Apache
|
|
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}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
${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>
|