pkgsrc/math/R-bitops/Makefile

15 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/08/30 12:54:06 joerg 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-6
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"