3e6d4ca96b
test-aided development. Framework provides test discovery, textual description as primary test identifier, terse test tools syntax, emacs-friendly error message format, easy build without linking.
21 lines
448 B
Makefile
21 lines
448 B
Makefile
# New ports collection makefile for: exercisix
|
|
# Date created: 6 July 2011
|
|
# Whom: 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++
|
|
|
|
USE_BZIP2= YES
|
|
MAN3= exercisix.3
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|