freebsd-ports/graphics/p5-Image-Heatmap/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
461 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Image-Heatmap
PORTVERSION= 0.565
PORTREVISION= 2
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Convert geographic coordinates into a graphical heatmap
LICENSE= ART20 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= convert:graphics/ImageMagick
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>