Files
ports/textproc/idnits/Makefile
T
Po-Chuan Hsieh 4127381e26 textproc/idnits: Update to 2.17.1
- Update WWW
- Update LICENSE

Changes:	https://github.com/ietf-tools/idnits/releases
2023-05-27 12:07:59 +08:00

31 lines
548 B
Makefile

PORTNAME= idnits
PORTVERSION= 2.17.1
CATEGORIES= textproc
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Looks for problems in internet draft formatting
WWW= https://author-tools.ietf.org/idnits \
https://github.com/ietf-tools/idnits
LICENSE= BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB= dual
RUN_DEPENDS= bash:shells/bash
USES= shebangfix
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/idnits
USE_GITHUB= yes
GH_ACCOUNT= ietf-tools
SHEBANG_FILES= idnits
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/idnits ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>