blob: 3d27a2fde4f1d377031d5fa7a53ebb28cf4c7f44 (
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.0
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>
|