aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Magic/Makefile
blob: 6f62cc9637394d6c73254b6a784d046077e51df7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Cheng-Lung Sung <clsung@dragon2.net>

PORTNAME=	Template-Magic
PORTVERSION=	1.39
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl Module with magic merger of runtime values with templates

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-IO-Util>=0:devel/p5-IO-Util \
		p5-OOTools>=0:devel/p5-OOTools \
		p5-HTML-TableTiler>=0:www/p5-HTML-TableTiler

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>