freebsd-ports/graphics/p5-Image-Heatmap/Makefile
Felix Palmen a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00

19 lines
415 B
Makefile

PORTNAME= Image-Heatmap
PORTVERSION= 0.565
PORTREVISION= 4
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Convert geographic coordinates into a graphical heatmap
WWW= https://metacpan.org/release/Image-Heatmap
LICENSE= ART20 GPLv1
LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= magick:6,run perl5
USE_PERL5= configure
.include <bsd.port.mk>