svn commit: r532781 - in head/devel: . p5-Data-Object-Attributes

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 24 17:46:51 UTC 2020


Author: sunpoet
Date: Fri Apr 24 17:46:47 2020
New Revision: 532781
URL: https://svnweb.freebsd.org/changeset/ports/532781

Log:
  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

Added:
  head/devel/p5-Data-Object-Attributes/
  head/devel/p5-Data-Object-Attributes/Makefile   (contents, props changed)
  head/devel/p5-Data-Object-Attributes/distinfo   (contents, props changed)
  head/devel/p5-Data-Object-Attributes/pkg-descr   (contents, props changed)
  head/devel/p5-Data-Object-Attributes/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 24 17:46:41 2020	(r532780)
+++ head/devel/Makefile	Fri Apr 24 17:46:47 2020	(r532781)
@@ -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

Added: head/devel/p5-Data-Object-Attributes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Attributes/Makefile	Fri Apr 24 17:46:47 2020	(r532781)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Data-Object-Attributes
+PORTVERSION=	0.06
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at 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>

Added: head/devel/p5-Data-Object-Attributes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Attributes/distinfo	Fri Apr 24 17:46:47 2020	(r532781)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587721813
+SHA256 (Data-Object-Attributes-0.06.tar.gz) = 89066b2f0bea4eb68553309ebbe4f5feddea9b4fa56e0b8ddeeca8db939b3e88
+SIZE (Data-Object-Attributes-0.06.tar.gz) = 16011

Added: head/devel/p5-Data-Object-Attributes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Attributes/pkg-descr	Fri Apr 24 17:46:47 2020	(r532781)
@@ -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

Added: head/devel/p5-Data-Object-Attributes/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Object-Attributes/pkg-plist	Fri Apr 24 17:46:47 2020	(r532781)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Object/Attributes.pm
+%%PERL5_MAN3%%/Data::Object::Attributes.3.gz


More information about the svn-ports-all mailing list