2006-05-22 01:14:47 +02:00
|
|
|
# New ports collection makefile for: Math-Geometry-Planar-Offset
|
|
|
|
# Date created: 21 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Geometry-Planar-Offset
|
2008-02-23 20:28:57 +01:00
|
|
|
PORTVERSION= 1.05
|
2006-05-22 01:14:47 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 01:14:47 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-22 01:14:47 +02:00
|
|
|
COMMENT= Calculate offset polygons
|
|
|
|
|
2008-02-23 20:28:57 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/YAML.pm:${PORTSDIR}/textproc/p5-YAML
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2006-05-22 01:14:47 +02:00
|
|
|
MAN3= Math::Geometry::Planar::Offset.3
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|