1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/math/p5-Statistics-Regression/Makefile
Dmitry Marakasov 6136c914d4 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-12-08 09:01:33 +00:00

21 lines
402 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= Statistics-Regression
PORTVERSION= 0.53
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module to perform weighted linear regression
LICENSE= GPLv1+ # exact version not mentioned
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>