freebsd-ports/graphics/p5-Image-Heatmap/Makefile

24 lines
473 B
Makefile
Raw Normal View History

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Image-Heatmap
2010-09-26 06:28:12 +02:00
PORTVERSION= 0.565
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
2009-10-03 03:32:09 +02:00
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:${PORTSDIR}/graphics/ImageMagick
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>