blob: 9a693c2bf7f755a0f095bf3cbf6d3aaf89c21831 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: Template-Magic
# Date created: July 23 2004
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= Template-Magic
PORTVERSION= 1.39
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Perl Module with magic merger of runtime values with templates
BUILD_DEPENDS= p5-IO-Util>=0:${PORTSDIR}/devel/p5-IO-Util \
p5-OOTools>=0:${PORTSDIR}/devel/p5-OOTools \
p5-HTML-TableTiler>=0:${PORTSDIR}/www/p5-HTML-TableTiler
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Template::Magic.3 \
Bundle::Template::Magic.3 \
Template::Magic::HTML.3 \
Template::Magic::QuickStart.3 \
Template::Magic::Zone.3
.include <bsd.port.mk>
|