1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/libtap/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

22 lines
419 B
Makefile

# Created by: Nik Clayton <nik@FreeBSD.org>
# $FreeBSD$
PORTNAME= libtap
PORTVERSION= 1.12.0
CATEGORIES= devel
MASTER_SITES= https://web-cpan.shlomifish.org/downloads/
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library implementing the Test Anything Protocol
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake perl5 tar:bz2
USE_LDCONFIG= yes
USE_PERL5= build
TEST_TARGET= check
.include <bsd.port.mk>