Initial import of p5-Attribute-Handlers-0.75

--
This module, when inherited by a package, allows that package's
class to define attribute handler subroutines for specific attributes.
This commit is contained in:
avsm 2001-09-09 11:21:12 +00:00
parent d7f4d3e5f3
commit 016fd2c920
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/09 11:21:12 avsm Exp $
COMMENT= "perl module to simplify package attribute handling"
DISTNAME= Attribute-Handlers-0.75
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.454
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Attribute
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Attribute-Handlers-0.75.tar.gz) = 537ba2ed17530f1e1b5a1ef40cba1c3b
RMD160 (Attribute-Handlers-0.75.tar.gz) = 66fec034ded8ec22398f69a784f18cb134dc0c2e
SHA1 (Attribute-Handlers-0.75.tar.gz) = 16325627aa154e6352b32878d15ffe0947d88b82

View File

@ -0,0 +1,8 @@
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 at the end of the compilation phase (i.e. in a `CHECK'
block).

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/09/09 11:21:12 avsm Exp $
libdata/perl5/site_perl/Attribute/Handlers.pm
man/man3/Attribute::Handlers.3p