Files
ports/devel/p5-Data-Object-State/Makefile
T
Sunpoet Po-Chuan Hsieh 6056716052 Add p5-Data-Object-State 2.00
Data::Object::State provides an abstract base class for creating singleton
classes. This package is derived from Moo and makes consumers Moo classes (with
all that that entails). This package also injects a BUILD method which is
responsible for hooking into the build process and returning the appropriate
state.

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

26 lines
497 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Object-State
PORTVERSION= 2.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Singleton 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.10:devel/p5-Test-Auto
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>