freebsd-ports/math/R-cran-truncnorm/Makefile
2021-04-06 16:31:07 +02:00

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>