freebsd-ports/devel/exercisix/Makefile
Beech Rintoul 3e6d4ca96b - Exercisix is a lightweight unit-test framework for C++, designed for
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.
2011-07-09 16:38:39 +00:00

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>