diff options
author | he <he@pkgsrc.org> | 2003-08-30 19:02:17 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2003-08-30 19:02:17 +0000 |
commit | 84729c73f543ed91b800efaf9dc1791e43640c33 (patch) | |
tree | 65117c26d3484d5af50142ff80eb49a9ed829b97 /devel/Makefile | |
parent | a9c8be95facf843a20ab0001dfc0396e5a05cc5a (diff) | |
download | pkgsrc-84729c73f543ed91b800efaf9dc1791e43640c33.tar.gz |
Enable p5-Scalar-List-Utils.
This distribution is a replacement for the builtin distribution.
This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index b3629d5f4e5..f1f95304188 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.417 2003/08/30 19:00:44 he Exp $ +# $NetBSD: Makefile,v 1.418 2003/08/30 19:02:17 he Exp $ # COMMENT= Development utilities @@ -290,6 +290,7 @@ SUBDIR+= p5-Parse-Yapp SUBDIR+= p5-Proc-Daemon SUBDIR+= p5-SDL SUBDIR+= p5-Safe-Hole +SUBDIR+= p5-Scalar-List-Utils SUBDIR+= p5-Set-Scalar SUBDIR+= p5-SortVersions SUBDIR+= p5-Storable |