mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add p5-Data-Object-Role-Buildable 0.03
Data::Object::Role::Buildable provides methods for hooking into object construction of the consuming class, e.g. handling single-arg object construction. WWW: https://metacpan.org/release/Data-Object-Role-Buildable
This commit is contained in:
parent
decf89e67f
commit
11e68a8b0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532793
@ -2059,6 +2059,7 @@
|
||||
SUBDIR += p5-Data-Object-Plugin
|
||||
SUBDIR += p5-Data-Object-Role
|
||||
SUBDIR += p5-Data-Object-Role-Arguable
|
||||
SUBDIR += p5-Data-Object-Role-Buildable
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
SUBDIR += p5-Data-Page-NoTotalEntries
|
||||
|
25
devel/p5-Data-Object-Role-Buildable/Makefile
Normal file
25
devel/p5-Data-Object-Role-Buildable/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Data-Object-Role-Buildable
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Buildable Role 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-Buildable/distinfo
Normal file
3
devel/p5-Data-Object-Role-Buildable/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1587721837
|
||||
SHA256 (Data-Object-Role-Buildable-0.03.tar.gz) = f1c6258d08aa4b5c41e5e4aaffd8c9eaa4494554bf58d079a2773e9af3467f98
|
||||
SIZE (Data-Object-Role-Buildable-0.03.tar.gz) = 11257
|
5
devel/p5-Data-Object-Role-Buildable/pkg-descr
Normal file
5
devel/p5-Data-Object-Role-Buildable/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Data::Object::Role::Buildable provides methods for hooking into object
|
||||
construction of the consuming class, e.g. handling single-arg object
|
||||
construction.
|
||||
|
||||
WWW: https://metacpan.org/release/Data-Object-Role-Buildable
|
2
devel/p5-Data-Object-Role-Buildable/pkg-plist
Normal file
2
devel/p5-Data-Object-Role-Buildable/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Data/Object/Role/Buildable.pm
|
||||
%%PERL5_MAN3%%/Data::Object::Role::Buildable.3.gz
|
Loading…
Reference in New Issue
Block a user