15 lines
397 B
Makefile
15 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/04/15 13:09:40 brook 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.8
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|