blob: fdc8352ff1c4b7720e3f9d9fc42ae8b60dd98e5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= Math-Polygon
PORTVERSION= 2.00
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Class for Maintaining Polygon Data
WWW= https://metacpan.org/release/Math-Polygon
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Log-Report>0:devel/p5-Log-Report
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|