mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
14 lines
288 B
Makefile
14 lines
288 B
Makefile
PORTNAME= bit
|
|
DISTVERSION= 4.5.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Class for vectors of 1-bit booleans
|
|
WWW= https://cran.r-project.org/web/packages/bit/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|