Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 07:13:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376103 - head/www/p5-HTML-Template-JIT
Message-ID:  <201501030713.t037D72p054560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan  3 07:13:05 2015
New Revision: 376103
URL: https://svnweb.freebsd.org/changeset/ports/376103
QAT: https://qat.redports.org/buildarchive/r376103/

Log:
  - Update *_DEPENDS
  - Add LICENSE
  - Simplify Makefile
  - Bump PORTREVISION for dependency change

Modified:
  head/www/p5-HTML-Template-JIT/Makefile

Modified: head/www/p5-HTML-Template-JIT/Makefile
==============================================================================
--- head/www/p5-HTML-Template-JIT/Makefile	Sat Jan  3 07:13:00 2015	(r376102)
+++ head/www/p5-HTML-Template-JIT/Makefile	Sat Jan  3 07:13:05 2015	(r376103)
@@ -3,7 +3,7 @@
 
 PORTNAME=	HTML-Template-JIT
 PORTVERSION=	0.05
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,18 +11,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module to compile HTML Templates with Inline::C
 
+LICENSE=	ARTPERL10
+
 BUILD_DEPENDS=	p5-HTML-Template>=2.8:${PORTSDIR}/www/p5-HTML-Template \
-		p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline
+		p5-Inline>=0.43:${PORTSDIR}/devel/p5-Inline \
+		p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 INSTALL_TARGET=	pure_install
 
-.include <bsd.port.pre.mk>
-
 post-patch:
-	@${REINPLACE_CMD} -i '' -e 's/indent -kr/indent/' \
-			${WRKSRC}/JIT/Compiler.pm
+	@${REINPLACE_CMD} -i '' -e 's/indent -kr/indent/' ${WRKSRC}/JIT/Compiler.pm
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501030713.t037D72p054560>