Tweak math/rocs version 4.14.3_7
[dports.git] / math / p5-Math-Bezier-Convert / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       Math-Bezier-Convert
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Convert cubic and quadratic Bezier each other
13
14 USES=           perl5 dos2unix
15 USE_PERL5=      configure
16
17 post-configure:
18         @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
19
20 .include <bsd.port.mk>