aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-bitops/Makefile
blob: 8c357d7097aab302b0c29fc9ea2b1453e9a3fbb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	bitops
DISTVERSION=	1.0-9
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>