6136c914d4
- Add NO_ARCH Approved by: portmgr blanket
20 lines
402 B
Makefile
20 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>
|