1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/converters/p5-Data-AMF/Makefile
Andrej Zverev d49a8f39af - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:00:41 +00:00

23 lines
529 B
Makefile

# $FreeBSD$
PORTNAME= Data-AMF
PORTVERSION= 0.09
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to serialize, deserialize AMF data
RUN_DEPENDS= \
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>