16 lines
279 B
Makefile
16 lines
279 B
Makefile
# Created by: Pedro Giffuni
|
|
|
|
PORTNAME= truncnorm
|
|
PORTREVISION= 5
|
|
DISTVERSION= 1.0-8
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= pfg@FreeBSD.org
|
|
COMMENT= Truncated normal distribution
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|