9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
25 lines
539 B
Makefile
25 lines
539 B
Makefile
# 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.mk>
|