148ed443c2
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
24 lines
585 B
Makefile
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>
|