freebsd-ports/math/p5-Math-Bezier-Convert/Makefile

20 lines
352 B
Makefile
Raw Normal View History

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
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
2013-11-18 17:45:09 +01:00
USES= perl5 dos2unix
USE_PERL5= configure
2019-08-11 18:50:58 +02:00
NO_ARCH= yes
.include <bsd.port.mk>