summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-MicroTemplate/Makefile
diff options
context:
space:
mode:
authormef <mef>2015-05-06 03:09:41 +0000
committermef <mef>2015-05-06 03:09:41 +0000
commitdde5463754c4e4174a5817b499e984eb1c3cfa2d (patch)
tree31140c6c73e2717d73f71b2ce498b547aa55b0cc /textproc/p5-Text-MicroTemplate/Makefile
parenta42ede03d5f32f0b7cc3919efce98e80dd1647f8 (diff)
downloadpkgsrc-dde5463754c4e4174a5817b499e984eb1c3cfa2d.tar.gz
Update 0.20 to 0.23
------------------- 0.23 - fix test error on Windows due to the use of unescaped paths in regex patterns (by nanis) #11 #13 0.22 - fix regression in 0.21 (use of here-doc within `<?= ?>` causes syntax error) #12 - add support for `prepend` property for prepending code (by LoonyPandora) #3 0.21 - fix the strange rule for multi-line expression #10
Diffstat (limited to 'textproc/p5-Text-MicroTemplate/Makefile')
-rw-r--r--textproc/p5-Text-MicroTemplate/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-Text-MicroTemplate/Makefile b/textproc/p5-Text-MicroTemplate/Makefile
index d1f033f2cb9..97cfeb03795 100644
--- a/textproc/p5-Text-MicroTemplate/Makefile
+++ b/textproc/p5-Text-MicroTemplate/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/05/06 03:09:41 mef Exp $
-DISTNAME= Text-MicroTemplate-0.20
+DISTNAME= Text-MicroTemplate-0.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}