freebsd-ports/www/p5-HTML-Template/Makefile
Jun Kuriyama ab5f23ce79 (1) Use .include correctly.
(2) Remove bogus $MAN3PREFIX definition.

PR:		ports/64393 (1)
2004-03-18 00:32:38 +00:00

32 lines
793 B
Makefile

# New ports collection makefile for: p5-HTML-Template
# Date Created: 26 Oct, 2000
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Template
PORTVERSION= 2.6
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to use HTML Templates from CGI scripts
PERL_CONFIGURE= yes
MAN3= HTML::Template.3
post-patch:
${PERL} -i -pe 's@%%PERL_INC%%@${SITE_PERL}@' ${WRKSRC}/Template.pm
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600 && !exists(${SITE_PERL}/File/Spec.pm)
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
.endif
.include <bsd.port.post.mk>