mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
18 lines
386 B
Makefile
18 lines
386 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++
|
|
|
|
USE_BZIP2= YES
|
|
MAN3= exercisix.3
|
|
MANCOMPRESSED= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|