diff options
author | epg <epg@pkgsrc.org> | 2005-03-03 04:39:09 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-03-03 04:39:09 +0000 |
commit | 0ed7a826f49069307b3faf7505ce01d65ff8d582 (patch) | |
tree | 3b49249086f61b853cfdc80ba23d7862ea48642c | |
parent | 421a8bf2b8de8c69b4a1c85f96a1c2403de9dc62 (diff) | |
download | pkgsrc-0ed7a826f49069307b3faf7505ce01d65ff8d582.tar.gz |
Add and enable p5-Class-Autouse and p5-ExtUtils-AutoInstall.
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c4472c9b4b3..373daa87d32 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.616 2005/02/26 22:51:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.617 2005/03/03 04:39:09 epg Exp $ # COMMENT= Development utilities @@ -316,6 +316,7 @@ SUBDIR+= p5-Cache-Cache SUBDIR+= p5-Cache-Simple-TimedExpiry SUBDIR+= p5-Carp-Assert SUBDIR+= p5-Class-Accessor +SUBDIR+= p5-Class-Autouse SUBDIR+= p5-Class-Container SUBDIR+= p5-Class-Data-Inheritable SUBDIR+= p5-Class-Factory @@ -352,6 +353,7 @@ SUBDIR+= p5-Error SUBDIR+= p5-Event SUBDIR+= p5-Exception-Class SUBDIR+= p5-Expect +SUBDIR+= p5-ExtUtils-AutoInstall SUBDIR+= p5-ExtUtils-Depends SUBDIR+= p5-ExtUtils-F77 SUBDIR+= p5-ExtUtils-PkgConfig |