4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
24 lines
537 B
Makefile
24 lines
537 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:converters/p5-JSON \
|
|
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
|
|
p5-Moose>=0:devel/p5-Moose \
|
|
p5-Test-Exception>=0:devel/p5-Test-Exception
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|