1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/converters/p5-Data-AMF/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

24 lines
497 B
Makefile

# $FreeBSD$
PORTNAME= Data-AMF
PORTVERSION= 0.09
PORTREVISION= 1
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:devel/p5-DateTime \
p5-Any-Moose>0:devel/p5-Any-Moose \
p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require \
p5-XML-LibXML>0:textproc/p5-XML-LibXML
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>