mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
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>
|