blob: d876d90e1b87679bba13b74a3f35e68afb9d53ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= bit
DISTVERSION= 1.1-14
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Class for vectors of 1-bit booleans
LICENSE= GPLv2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|