d60cc03b25
(part 10). Approved by: portmgr (itetcu)
30 lines
636 B
Makefile
30 lines
636 B
Makefile
# 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.01
|
|
PORTREVISION= 1
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
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>
|