5b9f22b6ae
R-3.0.1.
15 lines
397 B
Makefile
15 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/08/30 12:57:15 joerg Exp $
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/httpRequest/
|
|
COMMENT= Implements the GET, POST and multipart POST request
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
R_PKGNAME= httpRequest
|
|
R_PKGVER= 0.0.9
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|