This class lets you build groups of accessors that will call different
getters and setters.
This commit is contained in:
parent
24ebc8be8c
commit
a7f4853304
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193752
5 changed files with 44 additions and 0 deletions
|
@ -881,6 +881,7 @@
|
|||
SUBDIR += p5-Cdk
|
||||
SUBDIR += p5-Class-Accessor
|
||||
SUBDIR += p5-Class-Accessor-Chained
|
||||
SUBDIR += p5-Class-Accessor-Grouped
|
||||
SUBDIR += p5-Class-Accessor-Lvalue
|
||||
SUBDIR += p5-Class-Accessor-Named
|
||||
SUBDIR += p5-Class-Adapter
|
||||
|
|
29
devel/p5-Class-Accessor-Grouped/Makefile
Normal file
29
devel/p5-Class-Accessor-Grouped/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: devel/p5-Class-Accessor-Grouped
|
||||
# Date created: Jun 18, 2007
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Accessor-Grouped
|
||||
PORTVERSION= 0.06000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= Lets you build groups of accessors
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
|
||||
p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::Accessor::Grouped.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Class-Accessor-Grouped/distinfo
Normal file
3
devel/p5-Class-Accessor-Grouped/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Class-Accessor-Grouped-0.06000.tar.gz) = c5b811f3a7fb93b81af183312393ff8f
|
||||
SHA256 (Class-Accessor-Grouped-0.06000.tar.gz) = 3cbb2310fc24eaab6e30d0f3923d64ffbc1385e5cd3a9b64c411d2b8f0551ad3
|
||||
SIZE (Class-Accessor-Grouped-0.06000.tar.gz) = 23953
|
4
devel/p5-Class-Accessor-Grouped/pkg-descr
Normal file
4
devel/p5-Class-Accessor-Grouped/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This class lets you build groups of accessors that will call different
|
||||
getters and setters.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-Accessor-Grouped/
|
7
devel/p5-Class-Accessor-Grouped/pkg-plist
Normal file
7
devel/p5-Class-Accessor-Grouped/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/Class/Accessor/Grouped.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Grouped/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Grouped
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
||||
@dirrmtry %%SITE_PERL%%/Class/Accessor
|
||||
@dirrmtry %%SITE_PERL%%/Class
|
Loading…
Reference in a new issue