diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-24 18:58:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-24 18:58:49 +0000 |
commit | 2bb522d29734a75d6d5d54bc91ddc004b28658d2 (patch) | |
tree | e7332288714079cc3c664fdb44291bb2845b1a94 /devel/Makefile | |
parent | b8b25ccd8f8ace3e864b9c1aa6b8e504671a809f (diff) | |
download | pkgsrc-2bb522d29734a75d6d5d54bc91ddc004b28658d2.tar.gz |
Add and enable p5-Config-Tiny.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index a5cd5c35b36..1f53fd422c2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.648 2005/06/24 18:40:03 wiz Exp $ +# $NetBSD: Makefile,v 1.649 2005/06/24 18:58:49 wiz Exp $ # COMMENT= Development utilities @@ -326,6 +326,7 @@ SUBDIR+= p5-Class-Factory SUBDIR+= p5-Class-Factory-Util SUBDIR+= p5-Class-Fields SUBDIR+= p5-Class-Inner +SUBDIR+= p5-Class-Inspector SUBDIR+= p5-Class-Loader SUBDIR+= p5-Class-MakeMethods SUBDIR+= p5-Class-MethodMaker @@ -339,6 +340,7 @@ SUBDIR+= p5-Clone SUBDIR+= p5-Compress-Zlib SUBDIR+= p5-Config-General SUBDIR+= p5-Config-IniFiles +SUBDIR+= p5-Config-Tiny SUBDIR+= p5-Curses SUBDIR+= p5-Data-Buffer SUBDIR+= p5-Data-Hierarchy |