2023-04-23 09:09:58 +00:00

16 lines
307 B
Makefile

PORTNAME= bitops
DISTVERSION= 1.0-7
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Functions for Bitwise operations
WWW= https://cran.r-project.org/web/packages/bitops/
LICENSE= GPLv2+
USES= cran:auto-plist,compiles
.include <bsd.port.mk>