summaryrefslogtreecommitdiff
path: root/devel/R-cran-bit/Makefile
blob: 770a97d318e835d7231667b420914297978805d8 (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=	1
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>