mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
3503a3164f
adjust dependent ports
23 lines
400 B
Makefile
23 lines
400 B
Makefile
# New ports collection makefile for: R-cran-Rpad
|
|
# Date created: 2011-09-04
|
|
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Rpad
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Workbook-style, web-based interface to R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|