1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/math/p5-Math-VecStat/Makefile
Martin Matuska 8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00

24 lines
441 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= mm@FreeBSD.org
COMMENT= Basic statistics on vectors
PERL_CONFIGURE= yes
MAN3= Math::VecStat.3
.include <bsd.port.mk>