2005-08-28 09:32:03 +02:00
|
|
|
# New ports collection makefile for: Math::Vec
|
|
|
|
# Date created: 6 May 2005
|
|
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Vec
|
2007-10-13 14:45:51 +02:00
|
|
|
PORTVERSION= 1.01
|
2005-08-28 09:32:03 +02:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2006-01-30 15:39:41 +01:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/E/EW/EWILHELM
|
2005-09-01 11:22:02 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2005-08-28 09:32:03 +02:00
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Object-Oriented Vector Math Methods in Perl
|
|
|
|
|
2006-01-30 15:39:41 +01:00
|
|
|
PERL_MODBUILD= yes
|
2005-08-28 09:32:03 +02:00
|
|
|
MAN3= Math::Vec.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|