1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/math/R-cran-memisc/Makefile

21 lines
436 B
Makefile
Raw Normal View History

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= memisc
2017-09-10 22:29:55 +00:00
DISTVERSION= 0.99.14.2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Provides an infrastructure for the management of survey data
LICENSE= GPLv2
2017-08-30 02:46:05 +00:00
CRAN_DEPENDS= R-cran-repr>0:devel/R-cran-repr
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>