4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
396 B
Makefile
22 lines
396 B
Makefile
# vim:ts=8
|
|
# New ports collection makefile for: p5-Math-VecStat
|
|
# Date created: 25 Februar 2005
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Math-VecStat
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Basic statistics on vectors
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Math::VecStat.3
|
|
|
|
.include <bsd.port.mk>
|