4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
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>
|