mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
27 lines
612 B
Makefile
27 lines
612 B
Makefile
PORTNAME= tclap
|
|
DISTVERSION= 1.4.0-rc1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Verbose replacement for getopt
|
|
WWW= https://tclap.sourceforge.net/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:testing cpe python:test shebangfix tar:bz2
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
|
|
SHEBANG_GLOB= *.py
|
|
|
|
CMAKE_TESTING_ON= FREEBSD_TESTS # tests are broken: https://sourceforge.net/p/tclap/bugs/36/ (can't find directories)
|
|
|
|
NO_ARCH= yes # builds tests unconditionally https://sourceforge.net/p/tclap/bugs/35/
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|