mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
18 lines
344 B
Makefile
18 lines
344 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bit64
|
|
DISTVERSION= 0.9-5
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= S3 Class for Vectors of 64bit Integers
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-bit>=1.1.12:devel/R-cran-bit
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|