From 2e9b01d70f0a97dd2573bf8127c69404e3b6374a Mon Sep 17 00:00:00 2001 From: mjl Date: Fri, 18 Jan 2002 21:55:47 +0000 Subject: Initial import of p5-Attribute-Handlers 0.76. --- devel/p5-Attribute-Handlers/DESCR | 7 +++++++ devel/p5-Attribute-Handlers/Makefile | 20 ++++++++++++++++++++ devel/p5-Attribute-Handlers/PLIST | 1 + devel/p5-Attribute-Handlers/distinfo | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 devel/p5-Attribute-Handlers/DESCR create mode 100644 devel/p5-Attribute-Handlers/Makefile create mode 100644 devel/p5-Attribute-Handlers/PLIST create mode 100644 devel/p5-Attribute-Handlers/distinfo (limited to 'devel/p5-Attribute-Handlers') 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 -- cgit v1.2.3