opnsense-ports/graphics/p5-Algorithm-Line-Bresenham/Makefile
2022-09-07 22:33:21 +02:00

19 lines
405 B
Makefile

PORTNAME= Algorithm-Line-Bresenham
PORTVERSION= 0.11
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:OSFAMERON
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= Simple pixellated line-drawing algorithm
WWW= https://metacpan.org/release/Algorithm-Line-Bresenham
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>