blob: 4de246dd599649dfe5078d372b89add29d1425c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 07:42:19 rillig Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= mchittur@cs.nmsu.edu
HOMEPAGE= ${R_HOMEPAGE_BASE}/CGIwithR.html
COMMENT= Facilities for the use of R to write CGI scripts
R_PKGNAME= CGIwithR
R_PKGVER= 0.61
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|