Add p5-Data-Object-Role-Tryable 2.00
Data::Object::Role::Tryable provides a wrapper around the Data::Object::Try class which provides an object-oriented interface for performing complex try/catch operations. WWW: https://metacpan.org/release/Data-Object-Role-Tryable
This commit is contained in:
parent
1d165eb62a
commit
d99b0bdf93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532803
5 changed files with 37 additions and 0 deletions
|
@ -2068,6 +2068,7 @@
|
|||
SUBDIR += p5-Data-Object-Role-Proxyable
|
||||
SUBDIR += p5-Data-Object-Role-Stashable
|
||||
SUBDIR += p5-Data-Object-Role-Throwable
|
||||
SUBDIR += p5-Data-Object-Role-Tryable
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-Page-NoTotalEntries
|
||||
|
|
26
devel/p5-Data-Object-Role-Tryable/Makefile
Normal file
26
devel/p5-Data-Object-Role-Tryable/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Object-Role-Tryable
|
||||
PORTVERSION= 2.00
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tryable Role for Data::Object
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Data-Object-Try>=2.01:devel/p5-Data-Object-Try \
|
||||
p5-Moo>=0:devel/p5-Moo \
|
||||
p5-routines>=0:devel/p5-routines
|
||||
TEST_DEPENDS= p5-Test-Auto>=0.07:devel/p5-Test-Auto
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Data-Object-Role-Tryable/distinfo
Normal file
3
devel/p5-Data-Object-Role-Tryable/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1587721855
|
||||
SHA256 (Data-Object-Role-Tryable-2.00.tar.gz) = bcbbce52432a7b85da33d9492f6a17ae628c8141cd8cd8ebcb7a9cde7851f49e
|
||||
SIZE (Data-Object-Role-Tryable-2.00.tar.gz) = 10913
|
5
devel/p5-Data-Object-Role-Tryable/pkg-descr
Normal file
5
devel/p5-Data-Object-Role-Tryable/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Data::Object::Role::Tryable provides a wrapper around the Data::Object::Try
|
||||
class which provides an object-oriented interface for performing complex
|
||||
try/catch operations.
|
||||
|
||||
WWW: https://metacpan.org/release/Data-Object-Role-Tryable
|
2
devel/p5-Data-Object-Role-Tryable/pkg-plist
Normal file
2
devel/p5-Data-Object-Role-Tryable/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Data/Object/Role/Tryable.pm
|
||||
%%PERL5_MAN3%%/Data::Object::Role::Tryable.3.gz
|
Loading…
Reference in a new issue