pkgsrc/math/R-bitops/Makefile

15 lines
335 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2019/08/08 19:53:47 brook Exp $
2011-06-14 23:28:50 +02:00
R_PKGNAME= bitops
R_PKGVER= 1.0-6
CATEGORIES= math
2011-06-14 23:28:50 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Functions for bitwise operations on integer vectors
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
2011-06-14 23:28:50 +02:00
USE_LANGUAGES= c
2011-06-14 23:28:50 +02:00
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"