opnsense-ports/graphics/p5-Algorithm-Line-Bresenham/Makefile
Franco Fichtner a94bf69e97 */*: sync with upstream
Taken from: HardenedBSD
2018-09-04 03:15:35 +02:00

20 lines
358 B
Makefile

# $FreeBSD$
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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>