summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Data-Inheritable
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2003-08-30 18:58:33 +0000
committerhe <he@pkgsrc.org>2003-08-30 18:58:33 +0000
commit05f7f87430479736c31cff9d8f524b42f74127f5 (patch)
treed52129328b625874492b4a757f267a594ce6608a /devel/p5-Class-Data-Inheritable
parent1a9089286bb92f114d2af93088f79da2eeeaf048 (diff)
downloadpkgsrc-05f7f87430479736c31cff9d8f524b42f74127f5.tar.gz
Import p5-Class-Data-Inheritable version 0.02.
Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited by your subclasses and can be overriden.
Diffstat (limited to 'devel/p5-Class-Data-Inheritable')
-rw-r--r--devel/p5-Class-Data-Inheritable/DESCR6
-rw-r--r--devel/p5-Class-Data-Inheritable/Makefile17
-rw-r--r--devel/p5-Class-Data-Inheritable/PLIST1
-rw-r--r--devel/p5-Class-Data-Inheritable/distinfo4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Class-Data-Inheritable/DESCR b/devel/p5-Class-Data-Inheritable/DESCR
new file mode 100644
index 00000000000..0d92077d60c
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/DESCR
@@ -0,0 +1,6 @@
+Inheritable, overridable class data
+
+Class::Data::Inheritable is for creating accessor/mutators to class
+data. That is, if you want to store something about your class as a
+whole (instead of about a single object). This data is then inherited
+by your subclasses and can be overriden.
diff --git a/devel/p5-Class-Data-Inheritable/Makefile b/devel/p5-Class-Data-Inheritable/Makefile
new file mode 100644
index 00000000000..1cba37508cc
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 18:58:33 he Exp $
+
+DISTNAME= Class-Data-Inheritable-0.02
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cdi
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/author/MSCHWERN/Class-Data-Inheritable-0.02/
+COMMENT= Inheritable, overridable class data
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Data/Inheritable/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-Data-Inheritable/PLIST b/devel/p5-Class-Data-Inheritable/PLIST
new file mode 100644
index 00000000000..0268378a600
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 18:58:33 he Exp $
diff --git a/devel/p5-Class-Data-Inheritable/distinfo b/devel/p5-Class-Data-Inheritable/distinfo
new file mode 100644
index 00000000000..e3d40888884
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/30 18:58:33 he Exp $
+
+SHA1 (Class-Data-Inheritable-0.02.tar.gz) = 2a1b15de2f39703c747b390379cdd68cc383432e
+Size (Class-Data-Inheritable-0.02.tar.gz) = 3307 bytes