2006-05-22 00:26:37 +02:00
|
|
|
# New ports collection makefile for: CAD-Calc
|
|
|
|
# Date created: 21 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CAD-Calc
|
2008-05-07 13:51:02 +02:00
|
|
|
PORTVERSION= 0.27
|
2010-01-27 02:47:48 +01:00
|
|
|
PORTREVISION= 1
|
2006-05-22 00:26:37 +02:00
|
|
|
CATEGORIES= math graphics perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 00:26:37 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-22 00:26:37 +02:00
|
|
|
COMMENT= Generic cad-related geometry calculations
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Math/Vec.pm:${PORTSDIR}/math/p5-Math-Vec \
|
|
|
|
${SITE_PERL}/Math/Round/Var.pm:${PORTSDIR}/math/p5-Math-Round-Var \
|
2006-06-06 23:43:48 +02:00
|
|
|
${SITE_PERL}/Math/Geometry/Planar/Offset.pm:${PORTSDIR}/math/p5-Math-Geometry-Planar-Offset
|
2006-05-22 00:26:37 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
MAN3= CAD::Calc.3
|
|
|
|
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|