blob: f1498d402f72d687a714710744f6f3b85540721b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= Math-Bezier-Convert
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert cubic and quadratic Bezier each other
USES= perl5 dos2unix
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|