1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/math/R-cran-sets/Makefile
Wen Heping 78e8367614 Data structures and basic operations for ordinary sets, generalizations such as
fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals.

WWW: https://cran.r-project.org/web/packages/sets/
2019-12-03 02:26:29 +00:00

16 lines
269 B
Makefile

# $FreeBSD$
PORTNAME= sets
DISTVERSION= 1.0-18
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Sets, Generalized Sets, Customizable Sets and Intervals
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>