diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-11-23 14:16:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-11-23 14:16:14 +0000 |
commit | 54f44f8731db44668ef22c769fc67bd60da2c288 (patch) | |
tree | 411c3c663248b5e738416f676c79e3b5c0968cd1 /devel | |
parent | efd83ae2a25c92c24c671095f8d3756c84e25dd6 (diff) | |
download | pkgsrc-54f44f8731db44668ef22c769fc67bd60da2c288.tar.gz |
Add and enable p5-Type-Tiny-XS.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9dd1bbb5116..d654209f3d4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2008 2014/11/21 21:40:24 wiz Exp $ +# $NetBSD: Makefile,v 1.2009 2014/11/23 14:16:14 schmonz Exp $ # COMMENT= Development utilities @@ -1419,6 +1419,7 @@ SUBDIR+= p5-Tree-Simple-VisitorFactory SUBDIR+= p5-Try-Tiny SUBDIR+= p5-TryCatch SUBDIR+= p5-Type-Tiny +SUBDIR+= p5-Type-Tiny-XS SUBDIR+= p5-Types-Serialiser SUBDIR+= p5-UNIVERSAL-can SUBDIR+= p5-UNIVERSAL-isa |