Add p5-Data-Object-Exception 2.02
Data::Object::Exception provides functionality for creating, throwing, and introspecting exception objects. WWW: https://metacpan.org/release/Data-Object-Exception
This commit is contained in:
@@ -2052,6 +2052,7 @@
|
||||
SUBDIR += p5-Data-Object-Class
|
||||
SUBDIR += p5-Data-Object-ClassHas
|
||||
SUBDIR += p5-Data-Object-Data
|
||||
SUBDIR += p5-Data-Object-Exception
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-Page-NoTotalEntries
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Object-Exception
|
||||
PORTVERSION= 2.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Exception Class 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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1587721823
|
||||
SHA256 (Data-Object-Exception-2.02.tar.gz) = 3ec62ecfdbf59f4a0accdfc0b250937584f86564eac6bc7923ab4baf11b11e1c
|
||||
SIZE (Data-Object-Exception-2.02.tar.gz) = 12549
|
||||
@@ -0,0 +1,4 @@
|
||||
Data::Object::Exception provides functionality for creating, throwing, and
|
||||
introspecting exception objects.
|
||||
|
||||
WWW: https://metacpan.org/release/Data-Object-Exception
|
||||
@@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Data/Object/Exception.pm
|
||||
%%PERL5_MAN3%%/Data::Object::Exception.3.gz
|
||||
Reference in New Issue
Block a user