Update math/p5-Math-Polygon to version 1.03_1
[dports.git] / math / p5-Math-Polygon / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Math-Polygon
5 PORTVERSION=    1.03
6 PORTREVISION=   1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Class for Maintaining Polygon Data
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 .include <bsd.port.mk>