mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add p5-Data-Object-Role 2.01
Data::Object::Role modifies the consuming package making it a role. WWW: https://metacpan.org/release/Data-Object-Role
This commit is contained in:
parent
bbd1ed2d7b
commit
6a9d42ce93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532791
@ -2057,6 +2057,7 @@
|
||||
SUBDIR += p5-Data-Object-Name
|
||||
SUBDIR += p5-Data-Object-Opts
|
||||
SUBDIR += p5-Data-Object-Plugin
|
||||
SUBDIR += p5-Data-Object-Role
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-Page-NoTotalEntries
|
||||
|
25
devel/p5-Data-Object-Role/Makefile
Normal file
25
devel/p5-Data-Object-Role/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Object-Role
|
||||
PORTVERSION= 2.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Role 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.05:devel/p5-Test-Auto
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Data-Object-Role/distinfo
Normal file
3
devel/p5-Data-Object-Role/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1587721833
|
||||
SHA256 (Data-Object-Role-2.01.tar.gz) = 1e45696f044f9048d1f672412245739550192eee9733f79d8de8b1c211861536
|
||||
SIZE (Data-Object-Role-2.01.tar.gz) = 10871
|
3
devel/p5-Data-Object-Role/pkg-descr
Normal file
3
devel/p5-Data-Object-Role/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Data::Object::Role modifies the consuming package making it a role.
|
||||
|
||||
WWW: https://metacpan.org/release/Data-Object-Role
|
2
devel/p5-Data-Object-Role/pkg-plist
Normal file
2
devel/p5-Data-Object-Role/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Data/Object/Role.pm
|
||||
%%PERL5_MAN3%%/Data::Object::Role.3.gz
|
Loading…
Reference in New Issue
Block a user