2013-07-27 18:06:25 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2005-02-07 17:50:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-Bezier-Convert
|
|
|
|
PORTVERSION= 0.02
|
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-02-07 17:50:23 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Convert cubic and quadratic Bezier each other
|
2005-02-07 17:50:23 +01:00
|
|
|
|
2013-11-18 17:45:09 +01:00
|
|
|
USES= perl5 dos2unix
|
2013-08-02 20:52:07 +02:00
|
|
|
USE_PERL5= configure
|
2005-02-07 17:50:23 +01:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|