blob: 3cd35209c144e4aad33f90d0482a0ccae1fc8095 (
plain)
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= 2
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>
|