blob: 35e2a6eddead22226f61b3cfc8c01cc60a3e332d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= bit
DISTVERSION= 1.1-14
PORTREVISION= 2
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>
|