pkgsrc/math/R-CGIwithR/Makefile

21 lines
517 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2008/10/13 11:12:52 markd Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR/
COMMENT= Facilities for the use of R to write CGI scripts
R_PKGNAME= CGIwithR
R_PKGVER= 0.72
REPLACE_INTERPRETER+= r
REPLACE.r.old= .*R
REPLACE.r.new= ${PREFIX}/bin/R
REPLACE_FILES.r= inst/examples/dangerous.R inst/examples/trivial.R
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"