blob: 9836c410e21826c6caa5b1d2dce155ef23f2edcf (
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
31
|
# New ports collection makefile for: p5-Inline-TT
# Date created: 2006-09-26
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Inline-TT
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Inline
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Provides inline support for template toolkit 2.x
RUN_DEPENDS= p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \
p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit
PERL_CONFIGURE= yes
MAN3= Inline::TT.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
|