svn commit: r532787 - in head/devel: . p5-Data-Object-Kind
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Apr 24 17:47:31 UTC 2020
Author: sunpoet
Date: Fri Apr 24 17:47:26 2020
New Revision: 532787
URL: https://svnweb.freebsd.org/changeset/ports/532787
Log:
Add p5-Data-Object-Kind 0.01
Data::Object::Kind provides methods common across all Data::Object value
classes.
WWW: https://metacpan.org/release/Data-Object-Kind
Added:
head/devel/p5-Data-Object-Kind/
head/devel/p5-Data-Object-Kind/Makefile (contents, props changed)
head/devel/p5-Data-Object-Kind/distinfo (contents, props changed)
head/devel/p5-Data-Object-Kind/pkg-descr (contents, props changed)
head/devel/p5-Data-Object-Kind/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Fri Apr 24 17:47:20 2020 (r532786)
+++ head/devel/Makefile Fri Apr 24 17:47:26 2020 (r532787)
@@ -2053,6 +2053,7 @@
SUBDIR += p5-Data-Object-ClassHas
SUBDIR += p5-Data-Object-Data
SUBDIR += p5-Data-Object-Exception
+ SUBDIR += p5-Data-Object-Kind
SUBDIR += p5-Data-ObjectDriver
SUBDIR += p5-Data-OptList
SUBDIR += p5-Data-Page-NoTotalEntries
Added: head/devel/p5-Data-Object-Kind/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Kind/Makefile Fri Apr 24 17:47:26 2020 (r532787)
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Data-Object-Kind
+PORTVERSION= 0.01
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Abstract Base Class for Data::Object
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Data-Object-Cast>=0.01:devel/p5-Data-Object-Cast \
+ p5-Data-Object-Class>=2.02:devel/p5-Data-Object-Class \
+ p5-Data-Object-Space>=2.01:devel/p5-Data-Object-Space \
+ p5-Data-Object-Types>=0.04:devel/p5-Data-Object-Types \
+ p5-routines>=0:devel/p5-routines
+TEST_DEPENDS= p5-Test-Auto>=0.10:devel/p5-Test-Auto
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/p5-Data-Object-Kind/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Kind/distinfo Fri Apr 24 17:47:26 2020 (r532787)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587721825
+SHA256 (Data-Object-Kind-0.01.tar.gz) = 8474d1ab91467f6fa89551311a67d6de7933608a07016c9545887b1bf8f71058
+SIZE (Data-Object-Kind-0.01.tar.gz) = 11127
Added: head/devel/p5-Data-Object-Kind/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Kind/pkg-descr Fri Apr 24 17:47:26 2020 (r532787)
@@ -0,0 +1,4 @@
+Data::Object::Kind provides methods common across all Data::Object value
+classes.
+
+WWW: https://metacpan.org/release/Data-Object-Kind
Added: head/devel/p5-Data-Object-Kind/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Data-Object-Kind/pkg-plist Fri Apr 24 17:47:26 2020 (r532787)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Data/Object/Kind.pm
+%%PERL5_MAN3%%/Data::Object::Kind.3.gz
More information about the svn-ports-all
mailing list