diff options
author | Lars Thegler <lth@FreeBSD.org> | 2012-09-01 17:05:11 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2012-09-01 17:05:11 +0000 |
commit | b2e9b698df519fa6633e1eab2f37e9849617180a (patch) | |
tree | 2fcbf7895246a62a25f915a448ed7cfbf025a43f /www/p5-Jemplate/Makefile | |
parent | c7a7461805fb1633a428b8d0fb62974ba2afc37d (diff) |
Notes
Diffstat (limited to 'www/p5-Jemplate/Makefile')
-rw-r--r-- | www/p5-Jemplate/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index db78840ed685..c504aed13353 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -6,11 +6,12 @@ # PORTNAME= Jemplate -PORTVERSION= 0.262 +PORTVERSION= 0.270 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:FREW +MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- +DISTNAME= Jemplate-0.27 MAINTAINER= lth@FreeBSD.org COMMENT= JavaScript Templating with Template Toolkit @@ -28,7 +29,4 @@ MAN3= Jemplate.3 \ Jemplate::Runtime.3 \ Jemplate::Runtime::Compact.3 -post-patch: - @${RM} ${WRKSRC}/bin/README - .include <bsd.port.mk> |