summaryrefslogtreecommitdiff
path: root/devel/exercisix/Makefile
blob: ebd46b78c9feca81f4a977cae76bebb6de225fde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Alexander Churannov <churanov.port.maintainer@gmail.com>
# $FreeBSD$

PORTNAME=	exercisix
PORTVERSION=	1.2
CATEGORIES=	devel
MASTER_SITES=	http://alexanderchuranov.com/files/

MAINTAINER=	exercisix@alexanderchuranov.com
COMMENT=	Innovative lightweight unit-test framework for C++

USES=	tar:bzip2

OPTIONS_DEFINE=	EXAMPLES

.include <bsd.port.mk>