summaryrefslogtreecommitdiff
path: root/math/R-cran-assertthat/Makefile
blob: 6387592295cdc85475b1a9065d11b12dcc2aeed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	assertthat
DISTVERSION=	0.2.1
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Easy pre and post assertions

LICENSE=	GPLv3

USES=	cran:auto-plist

.include <bsd.port.mk>