aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Polygon/Makefile
blob: bb2a42cc4ef56033fc9446a36d06c8b79c54a02d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    p5-Math-Polygon
# Date created:     2009-01-07
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   Math-Polygon
PORTVERSION=    1.02
CATEGORIES= math perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Class for Maintaining Polygon Data

BUILD_DEPENDS=  p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Math::Polygon.3 \
        Math::Polygon::Calc.3 \
        Math::Polygon::Clip.3 \
        Math::Polygon::Surface.3 \
        Math::Polygon::Transform.3 \
        Math::Polygon::Convex.3

.include <bsd.port.mk>