blob: 37f52024fdebddafec5ac97595a228236131c16c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|