06b6c54970
- Set EXPIRATION_DATE to 2015-11-28 Reported by: pkg-fallout MFH: 2015Q4
31 lines
790 B
Makefile
31 lines
790 B
Makefile
# 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
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN= fails to stage
|
|
|
|
DEPRECATED= Unmaintained upstream
|
|
EXPIRATION_DATE= 2015-11-28
|
|
|
|
USES= cran:auto-plist shebangfix
|
|
perl_OLD_CMD= c:/apps/perl/bin/perl.exe
|
|
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:
|
|
@${RMDIR} ${WRKSRC}/inst/basehtml/editor/htmlarea/examples/test
|
|
|
|
.include <bsd.port.mk>
|