diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-24 17:20:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-24 17:20:09 +0000 |
commit | ede88beaedc7f3baffae4a6a4bc22b776d390e54 (patch) | |
tree | 2147ba0f677e18e28812388c9fed6f34e3b01695 /textproc/p5-Template-Tiny/Makefile | |
parent | dba3d88e1bca893f6d603c153feb7228156c44db (diff) |
Notes
Diffstat (limited to 'textproc/p5-Template-Tiny/Makefile')
-rw-r--r-- | textproc/p5-Template-Tiny/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-Template-Tiny/Makefile b/textproc/p5-Template-Tiny/Makefile index 8ebf6ea7de4f..d53be29192ea 100644 --- a/textproc/p5-Template-Tiny/Makefile +++ b/textproc/p5-Template-Tiny/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Template-Tiny -PORTVERSION= 0.11 +PORTVERSION= 1.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@c0decafe.net COMMENT= Template Toolkit reimplemented in as little code as possible -BUILD_DEPENDS= p5-Capture-Tiny>=0.07:${PORTSDIR}/devel/p5-Capture-Tiny -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PERL5= yes PERL_CONFIGURE= yes MAN3= Template::Tiny.3 |