freebsd-ports/devel/p5-Data-Serializable/Makefile
Martin Wilke 148ed443c2 A Moose-based role that enables the consumer to easily serialize/deserialize
data structures. The default serializer is Storable, but any serializer in the
Data::Serializer hierarchy can be used automatically. You can even install your
own custom serializer if the pre-defined ones are not useful for you.

WWW: http://search.cpan.org/dist/Data-Serializable/

PR:		204058
Submitted by:	jeremybbaggs@gmail.com
Approved by:    mat (mentor)
Differential Revision: D4498
2015-12-11 13:55:32 +00:00

24 lines
585 B
Makefile

# $FreeBSD$
PORTNAME= Data-Serializable
PORTVERSION= 0.41.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jeremybbaggs@gmail.com
COMMENT= Moose role that adds serialization support to any class
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>