diff options
author | mjl <mjl@pkgsrc.org> | 2002-01-18 21:55:47 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-01-18 21:55:47 +0000 |
commit | 2e9b01d70f0a97dd2573bf8127c69404e3b6374a (patch) | |
tree | 506ac125266b834f295797355de93cea4263486f /devel/p5-Attribute-Handlers | |
parent | d8eab9a1a3e26e2ea89a596ec7500e8f3381845c (diff) | |
download | pkgsrc-2e9b01d70f0a97dd2573bf8127c69404e3b6374a.tar.gz |
Initial import of p5-Attribute-Handlers 0.76.
Diffstat (limited to 'devel/p5-Attribute-Handlers')
-rw-r--r-- | devel/p5-Attribute-Handlers/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-Attribute-Handlers/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Attribute-Handlers/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Attribute-Handlers/distinfo | 4 |
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 |