freebsd-ports/devel/R-cran-bit64/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>