mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
23 lines
481 B
Makefile
23 lines
481 B
Makefile
PORTNAME= mdbook-linkcheck
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7.7
|
|
PORTREVISION= 9
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= mdBook backend to check links
|
|
WWW= https://github.com/Michael-F-Bryan/mdbook-linkcheck
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cargo ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Michael-F-Bryan
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/native-tls/s/-vendored//' \
|
|
${WRKSRC}/Cargo.toml
|
|
|
|
.include <bsd.port.mk>
|