summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2002-03-01 02:34:51 +0000
committerabs <abs>2002-03-01 02:34:51 +0000
commitb47a6654132d11fd45589de492d9a58fc72032cb (patch)
treebf8bbf6696f6efb2f0c9fe27f711f21a009066a0
parenteb5654d53815faa29654ab9ad266c88fabcecd8f (diff)
downloadpkgsrc-b47a6654132d11fd45589de492d9a58fc72032cb.tar.gz
Added p5-Class-ObjectTemplate-0.4
Class::ObjectTemplate is a utility class to assist in the building of other Object Oriented Perl classes. It was described in detail in the O\'Reilly book, "Advanced Perl Programming" by Sriram Srinivasam.
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 88a555dc055..b280200e7a4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.266 2002/02/07 19:09:36 jonb Exp $
+# $NetBSD: Makefile,v 1.267 2002/03/01 02:34:51 abs Exp $
#
COMMENT= Development utilities
@@ -153,6 +153,7 @@ SUBDIR+= p5-Attribute-Handlers
SUBDIR+= p5-BSD-Resource
SUBDIR+= p5-Bit-Vector
SUBDIR+= p5-Class-Loader
+SUBDIR+= p5-Class-ObjectTemplate
SUBDIR+= p5-Compress-Zlib
SUBDIR+= p5-Config-IniFiles
SUBDIR+= p5-Curses