freebsd-ports/math/R-cran-backports/Makefile
TAKATSU Tomonari a0746af8d5 - Update to 1.1.1
- Add "compiles" argument to USES=cran
2017-09-27 19:28:31 +00:00

16 lines
324 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= backports
PORTVERSION= 1.1.1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Reimplementations of Functions Introduced Since R-3.0.0
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>