1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/math/p5-Math-VecStat/Makefile
Erwin Lansing 2a46de3b0e Add p5-Math-VecStat 0.08, basic statistics on vectors.
PR:		ports/78060
Submitted by:	Martin Matuska <martin@matuska.org>
2005-02-25 11:35:59 +00:00

24 lines
449 B
Makefile

# vim:ts=8
# New ports collection makefile for: p5-Math-VecStat
# Date created: 25 Februar 2005
# Whom: Martin Matuska <martin@matuska.org>
#
# $FreeBSD$
#
PORTNAME= Math-VecStat
PORTVERSION= 0.08
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= martin@matuska.org
COMMENT= Basic statistics on vectors
PERL_CONFIGURE= yes
MAN3= Math::VecStat.3
.include <bsd.port.mk>