freebsd-ports/devel/p5-Data-ClearSilver-HDF/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

23 lines
575 B
Makefile

# Created by: Denis Pokataev <catone@cpan.org>
# $FreeBSD$
PORTNAME= Data-ClearSilver-HDF
PORTVERSION= 0.04
PORTREVISION= 2
CATEGORIES= devel www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Convert from Perl Data Structure to ClearSilver HDF
BUILD_DEPENDS= p5-ClearSilver>=0:www/p5-ClearSilver \
p5-Data-Structure-Util>=0:devel/p5-Data-Structure-Util \
p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-Class-Accessor>=0:devel/p5-Class-Accessor
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>