aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-Rpad/Makefile
blob: dd98de6198689bc90fe9b4415a117af9ba83d5af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Rpad
PORTVERSION=	1.3.0
PORTREVISION=	14
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Workbook-style, web-based interface to R

LICENSE=	GPLv2

USES=		cran:auto-plist shebangfix
SHEBANG_FILES=	inst/basehtml/editor/htmlarea/examples/*.cgi \
		inst/basehtml/editor/htmlarea/plugins/SpellChecker/spell-check-logic.cgi \
		inst/basehtml/server/*.pl \
		inst/serverversion/Statistics-R_perl_interface/script/*.pl

post-patch:
	@${REINPLACE_CMD} -i '' -e 's|c:/apps/perl/bin/perl.exe|${perl_CMD}|' \
		${WRKSRC}/inst/basehtml/server/fileupload.pl
	@${RMDIR} ${WRKSRC}/inst/basehtml/editor/htmlarea/examples/test

.include <bsd.port.mk>