mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
21 lines
370 B
Makefile
21 lines
370 B
Makefile
PORTNAME= mdcat
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
DISTVERSION= 2.7.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dutra@FreeBSD.org
|
|
COMMENT= Cat for markdown
|
|
WWW= https://github.com/swsnr/mdcat
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= cargo ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= swsnr
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|