diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 16:51:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 16:51:08 +0000 |
commit | e209b7678250647a7be44fab70319191cf50885a (patch) | |
tree | a64fbf7eb40a41e7cab4953a7e665e88ee9b92b0 /devel/p5-Inline-TT | |
parent | b6d26c26ecca351493dee10f65d135d28d3af653 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326656
Diffstat (limited to 'devel/p5-Inline-TT')
-rw-r--r-- | devel/p5-Inline-TT/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Inline-TT/Makefile b/devel/p5-Inline-TT/Makefile index 28ddca44689a..ccfd5d6fb27d 100644 --- a/devel/p5-Inline-TT/Makefile +++ b/devel/p5-Inline-TT/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Inline-TT -# Date created: 2006-09-26 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Inline-TT PORTVERSION= 0.07 @@ -18,7 +14,8 @@ 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 +USES= perl5 +USE_PERL5= configure MAN3= Inline::TT.3 |