1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/exercisix/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

17 lines
361 B
Makefile

# 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>