2006-02-18 09:20:27 +01:00
|
|
|
# New ports collection makefile for: Math-Intersection-StraightLine
|
|
|
|
# Date created: 18 Feb 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Intersection-StraightLine
|
2006-12-16 06:09:47 +01:00
|
|
|
PORTVERSION= 0.04
|
2006-02-18 09:20:27 +01:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-18 09:20:27 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-02-18 09:20:27 +01:00
|
|
|
COMMENT= Calculate intersection point for two lines
|
|
|
|
|
|
|
|
MAN3= Math::Intersection::StraightLine.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|