mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
707c6bf295
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
22 lines
419 B
Makefile
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>
|