forked from Lainports/freebsd-ports
14 lines
290 B
Makefile
14 lines
290 B
Makefile
PORTNAME= bit
|
|
DISTVERSION= 4.5.0.1
|
|
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>
|