freebsd-ports/math/p5-Math-Polygon/Makefile
Martin Wilke b8fd85d24b p5-Math-Polygon is a perl class provides an OO interface around
Math::Polygon::Calc and Math::Polygon::Clip.

WWW:	http://search.cpan.org/dist/Math-Polygon/

PR:		ports/130302
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-09 23:11:40 +00:00

31 lines
782 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.00
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Class for Maintaining Polygon Data
BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Math-Complex>=1.54:${PORTSDIR}/math/p5-Math-Complex \
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
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
.include <bsd.port.mk>