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

15 lines
288 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
PORTNAME= bit
DISTVERSION= 4.0.4
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Class for vectors of 1-bit booleans
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>