Sunpoet Po-Chuan Hsieh fd860d59d4 Add p5-Data-Object-Struct 2.00
Data::Object::Struct provides a class that creates struct-like objects which
bundle attributes together, is immutable, and provides accessors, without having
to write an explicit class.

WWW: https://metacpan.org/release/Data-Object-Struct
2020-04-24 18:00:33 +00:00

29 lines
752 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Object-Struct
PORTVERSION= 2.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Struct Class for Data::Object
LICENSE= APACHE20
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Data-Object-Class>=2.02:devel/p5-Data-Object-Class \
p5-Data-Object-Role-Buildable>=0.02:devel/p5-Data-Object-Role-Buildable \
p5-Data-Object-Role-Immutable>=2.01:devel/p5-Data-Object-Role-Immutable \
p5-Data-Object-Role-Proxyable>=2.03:devel/p5-Data-Object-Role-Proxyable \
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>