Update math/p5-Math-Polygon to version make:
[dports.git] / math / p5-Math-Polygon / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD: math/p5-Math-Polygon/Makefile 324174 2013-08-02 18:52:07Z mat $
3
4 PORTNAME=       Math-Polygon
5 PORTVERSION=    1.02
6 CATEGORIES=     math perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Class for Maintaining Polygon Data
12
13 BUILD_DEPENDS=  p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 MAN3=           Math::Polygon.3 \
20                 Math::Polygon::Calc.3 \
21                 Math::Polygon::Clip.3 \
22                 Math::Polygon::Surface.3 \
23                 Math::Polygon::Transform.3 \
24                 Math::Polygon::Convex.3
25
26 .include <bsd.port.mk>