2006-02-18 08:20:27 +00: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 05:09:47 +00:00
|
|
|
PORTVERSION= 0.04
|
2006-02-18 08:20:27 +00:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2006-02-18 08:20:27 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 05:27:09 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-02-18 08:20:27 +00:00
|
|
|
COMMENT= Calculate intersection point for two lines
|
|
|
|
|
|
|
|
MAN3= Math::Intersection::StraightLine.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-09-08 01:12:10 +00:00
|
|
|
.include <bsd.port.mk>
|