Add p5-Data-Object-Attributes 0.06
Data::Object::Attributes provides options for defining class attributes. Specifically, this package wraps the has attribute keyword and adds shortcuts and enhancements. If no directives are specified, the attribute is declared as read-write and optional. WWW: https://metacpan.org/release/Data-Object-Attributes
This commit is contained in:
parent
116cbfacbc
commit
d581ae4a26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532781
5 changed files with 37 additions and 0 deletions
|
@ -2047,6 +2047,7 @@
|
|||
SUBDIR += p5-Data-Munge
|
||||
SUBDIR += p5-Data-Object
|
||||
SUBDIR += p5-Data-Object-Args
|
||||
SUBDIR += p5-Data-Object-Attributes
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-Page-NoTotalEntries
|
||||
|
|
25
devel/p5-Data-Object-Attributes/Makefile
Normal file
25
devel/p5-Data-Object-Attributes/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Object-Attributes
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Attribute Builder for Data::Object
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Moo>=0:devel/p5-Moo \
|
||||
p5-routines>=0:devel/p5-routines
|
||||
TEST_DEPENDS= p5-Test-Auto>=0.04:devel/p5-Test-Auto
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Data-Object-Attributes/distinfo
Normal file
3
devel/p5-Data-Object-Attributes/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1587721813
|
||||
SHA256 (Data-Object-Attributes-0.06.tar.gz) = 89066b2f0bea4eb68553309ebbe4f5feddea9b4fa56e0b8ddeeca8db939b3e88
|
||||
SIZE (Data-Object-Attributes-0.06.tar.gz) = 16011
|
6
devel/p5-Data-Object-Attributes/pkg-descr
Normal file
6
devel/p5-Data-Object-Attributes/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Data::Object::Attributes provides options for defining class attributes.
|
||||
Specifically, this package wraps the has attribute keyword and adds shortcuts
|
||||
and enhancements. If no directives are specified, the attribute is declared as
|
||||
read-write and optional.
|
||||
|
||||
WWW: https://metacpan.org/release/Data-Object-Attributes
|
2
devel/p5-Data-Object-Attributes/pkg-plist
Normal file
2
devel/p5-Data-Object-Attributes/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Data/Object/Attributes.pm
|
||||
%%PERL5_MAN3%%/Data::Object::Attributes.3.gz
|
Loading…
Reference in a new issue