diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-03 15:13:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-03 15:13:05 +0800 |
commit | 6fffa7dc6509785851043629e1882f0c7178f0c1 (patch) | |
tree | debdce8e887b4c518b06bacb4a6285a855c854d1 /www | |
parent | ca799b4c0a91e2c3c107a8e0f16c2c22ba2d7b24 (diff) | |
download | freebsd-ports-gnome-6fffa7dc6509785851043629e1882f0c7178f0c1.tar.gz freebsd-ports-gnome-6fffa7dc6509785851043629e1882f0c7178f0c1.tar.zst freebsd-ports-gnome-6fffa7dc6509785851043629e1882f0c7178f0c1.zip |
- Update *_DEPENDS
- Add LICENSE
- Simplify Makefile
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template-JIT/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-HTML-Template-JIT/Makefile b/www/p5-HTML-Template-JIT/Makefile index 8300f6038597..023953b7387c 100644 --- a/www/p5-HTML-Template-JIT/Makefile +++ b/www/p5-HTML-Template-JIT/Makefile @@ -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> |