Update security/clamav to version 0.102.3,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.10
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 LICENSE=        ART10 GPLv1+
14 LICENSE_COMB=   dual
15
16 NO_ARCH=        yes
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>