2005-11-09 15:17:08 +01:00
|
|
|
# Ports collection makefile for: p5-Template-Extract
|
|
|
|
# Date created: Nov 8, 2005
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Template-Extract
|
2007-10-18 19:49:45 +02:00
|
|
|
PORTVERSION= 0.41
|
2005-11-09 15:17:08 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-11-09 15:17:08 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Use TT2 syntax to extract data from documents
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
|
|
|
MAN3= Template::Extract.3 \
|
|
|
|
Template::Extract::Compile.3 \
|
|
|
|
Template::Extract::Parser.3 \
|
|
|
|
Template::Extract::Run.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|