summaryrefslogtreecommitdiff
path: root/devel/p5-Attribute-Handlers
diff options
context:
space:
mode:
authormjl <mjl>2002-01-18 21:55:47 +0000
committermjl <mjl>2002-01-18 21:55:47 +0000
commita0769b1c60c0afac3452b1b4d9d810b4c9c6a44a (patch)
tree506ac125266b834f295797355de93cea4263486f /devel/p5-Attribute-Handlers
parent908406673cad2db152e4bda37b1904238a98a917 (diff)
downloadpkgsrc-a0769b1c60c0afac3452b1b4d9d810b4c9c6a44a.tar.gz
Initial import of p5-Attribute-Handlers 0.76.
Diffstat (limited to 'devel/p5-Attribute-Handlers')
-rw-r--r--devel/p5-Attribute-Handlers/DESCR7
-rw-r--r--devel/p5-Attribute-Handlers/Makefile20
-rw-r--r--devel/p5-Attribute-Handlers/PLIST1
-rw-r--r--devel/p5-Attribute-Handlers/distinfo4
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/p5-Attribute-Handlers/DESCR b/devel/p5-Attribute-Handlers/DESCR
new file mode 100644
index 00000000000..a31e09fdefb
--- /dev/null
+++ b/devel/p5-Attribute-Handlers/DESCR
@@ -0,0 +1,7 @@
+This module, when inherited by a package, allows that package's class
+to define attribute handler subroutines for specific attributes.
+Variables and subroutines subsequently defined in that package,
+or in packages derived from that package may be given attributes
+with the same names as the attribute handler subroutines, which will
+then be called in one of the compilation phases (i.e. in a BEGIN,
+CHECK, INIT, or END block).
diff --git a/devel/p5-Attribute-Handlers/Makefile b/devel/p5-Attribute-Handlers/Makefile
new file mode 100644
index 00000000000..e3d13da5070
--- /dev/null
+++ b/devel/p5-Attribute-Handlers/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/18 21:55:47 mjl Exp $
+
+DISTNAME= Attribute-Handlers-0.76
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ah
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/DCONWAY/}
+
+MAINTAINER= packages@netbsd.org
+# HOMEPAGE=
+COMMENT= Simpler definition of attribute handlers
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Attribute/Handlers/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../lang/perl5/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Attribute-Handlers/PLIST b/devel/p5-Attribute-Handlers/PLIST
new file mode 100644
index 00000000000..103c1b0950a
--- /dev/null
+++ b/devel/p5-Attribute-Handlers/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/18 21:55:47 mjl Exp $
diff --git a/devel/p5-Attribute-Handlers/distinfo b/devel/p5-Attribute-Handlers/distinfo
new file mode 100644
index 00000000000..b194102576b
--- /dev/null
+++ b/devel/p5-Attribute-Handlers/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/01/18 21:55:47 mjl Exp $
+
+SHA1 (Attribute-Handlers-0.76.tar.gz) = 510bb285b7d15c0b1c713bedc5dc8b7dbd6c14a9
+Size (Attribute-Handlers-0.76.tar.gz) = 12858 bytes