summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Accessor-Chained
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2007-04-14 19:01:05 +0000
committerkleink <kleink@pkgsrc.org>2007-04-14 19:01:05 +0000
commit114b4c4b500d097987dfac147fc6f0eb36413d46 (patch)
tree6531e0eb2bc3f83c231a3de8f28a1951024afa85 /devel/p5-Class-Accessor-Chained
parenteadf66d07b98e3e7232f14cc70b120b0d99fae93 (diff)
downloadpkgsrc-114b4c4b500d097987dfac147fc6f0eb36413d46.tar.gz
Initial import of p5-Class-Accessor-Chained-0.01 into the Packages Collection.
A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments. This module subclasses Class::Accessor in order to provide the same mk_accessors interface.
Diffstat (limited to 'devel/p5-Class-Accessor-Chained')
-rw-r--r--devel/p5-Class-Accessor-Chained/DESCR6
-rw-r--r--devel/p5-Class-Accessor-Chained/Makefile16
-rw-r--r--devel/p5-Class-Accessor-Chained/PLIST1
-rw-r--r--devel/p5-Class-Accessor-Chained/distinfo5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Class-Accessor-Chained/DESCR b/devel/p5-Class-Accessor-Chained/DESCR
new file mode 100644
index 00000000000..232790cd902
--- /dev/null
+++ b/devel/p5-Class-Accessor-Chained/DESCR
@@ -0,0 +1,6 @@
+A chained accessor is one that always returns the object when called
+with parameters (to set), and the value of the field when called
+with no arguments.
+
+This module subclasses Class::Accessor in order to provide the same
+mk_accessors interface.
diff --git a/devel/p5-Class-Accessor-Chained/Makefile b/devel/p5-Class-Accessor-Chained/Makefile
new file mode 100644
index 00000000000..2728469c2fb
--- /dev/null
+++ b/devel/p5-Class-Accessor-Chained/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/14 19:01:05 kleink Exp $
+
+DISTNAME= Class-Accessor-Chained-0.01
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cac
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= kleink@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Class-Accessor-Chained/
+COMMENT= make chained accessors
+
+DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-Accessor-Chained/PLIST b/devel/p5-Class-Accessor-Chained/PLIST
new file mode 100644
index 00000000000..aad7507639e
--- /dev/null
+++ b/devel/p5-Class-Accessor-Chained/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/14 19:01:05 kleink Exp $
diff --git a/devel/p5-Class-Accessor-Chained/distinfo b/devel/p5-Class-Accessor-Chained/distinfo
new file mode 100644
index 00000000000..72d76fec18a
--- /dev/null
+++ b/devel/p5-Class-Accessor-Chained/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/14 19:01:05 kleink Exp $
+
+SHA1 (Class-Accessor-Chained-0.01.tar.gz) = dd90a490e68b3f0906fb2a4aeff3213f9e669645
+RMD160 (Class-Accessor-Chained-0.01.tar.gz) = 8b0363acde31f0f4d42f6ecc9bc3cb4e8c516c37
+Size (Class-Accessor-Chained-0.01.tar.gz) = 2322 bytes