opnsense-ports/devel/libtap/Makefile
Franco Fichtner 3c45e1e7ea */*: sync with upstream
Taken from: HardenedBSD
2018-12-26 09:32:33 +01:00

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