pkgsrc/math/R-bitops/Makefile

16 lines
387 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2013/08/30 12:54:06 joerg Exp $
2011-06-14 23:28:50 +02:00
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-6
2011-06-14 23:28:50 +02:00
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"