summaryrefslogtreecommitdiff
path: root/math/R-bitops/Makefile
diff options
context:
space:
mode:
authoralnsn <alnsn>2011-06-14 21:28:50 +0000
committeralnsn <alnsn>2011-06-14 21:28:50 +0000
commit9b257e5e8f5f2fb3da52ceced0285b83be148e4c (patch)
treec473cb9bf7db866552d598f69f86051a71da2f87 /math/R-bitops/Makefile
parent8f78b5d0624c7d633a7792f9e345e63c413a0fa7 (diff)
downloadpkgsrc-9b257e5e8f5f2fb3da52ceced0285b83be148e4c.tar.gz
Add bitops R module, version 1.0-4.1.
Diffstat (limited to 'math/R-bitops/Makefile')
-rw-r--r--math/R-bitops/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-bitops/Makefile b/math/R-bitops/Makefile
new file mode 100644
index 00000000000..060bd0e5270
--- /dev/null
+++ b/math/R-bitops/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2011/06/14 21:28:50 alnsn Exp $
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= alnsn@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/bitops/
+COMMENT= Functions for Bitwise operations on integer vectors
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= bitops
+R_PKGVER= 1.0-4.1
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"