svn commit: r376103 - head/www/p5-HTML-Template-JIT

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 3 07:13:07 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list