mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# New ports collection makefile for: textproc/p5-Template-Declare
|
|
# Date created: 23 April 2007
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Template-Declare
|
|
PORTVERSION= 0.45
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perlish declarative templates
|
|
|
|
COMMON_DEPENDS= p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn \
|
|
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
p5-HTML-Lint>0:${PORTSDIR}/www/p5-HTML-Lint \
|
|
p5-Class-ISA>0:${PORTSDIR}/devel/p5-Class-ISA \
|
|
p5-String-BufferStack>=1.10:${PORTSDIR}/textproc/p5-String-BufferStack
|
|
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
|
RUN_DEPENDS= ${COMMON_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Template::Declare.3 \
|
|
Template::Declare::Buffer.3 \
|
|
Template::Declare::TagSet.3 \
|
|
Template::Declare::TagSet::HTML.3 \
|
|
Template::Declare::TagSet::RDF.3 \
|
|
Template::Declare::TagSet::RDF::EM.3 \
|
|
Template::Declare::TagSet::XUL.3 \
|
|
Template::Declare::Tags.3
|
|
|
|
.include <bsd.port.mk>
|