Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/devel/R-cran-bit64/Makefile
16123 views
# Created by: TAKATSU Tomonari <[email protected]>

PORTNAME=	bit64
DISTVERSION=	4.0.5
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	[email protected]
COMMENT=	S3 Class for Vectors of 64bit Integers

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-bit>=4.0.0:devel/R-cran-bit
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>