1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/www/xurls/Makefile
2024-08-09 06:24:08 +00:00

22 lines
410 B
Makefile

PORTNAME= xurls
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.0
PORTREVISION= 6
CATEGORIES= www
MAINTAINER= nivit@FreeBSD.org
COMMENT= Extract urls from text or files
WWW= https://github.com/mvdan/xurls
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= mvdan.cc/xurls/v2
GO_TARGET= ${WRKSRC}/cmd/${PORTNAME}:${PREFIX}/bin/${PORTNAME}
PLIST_FILES= bin/xurls
.include <bsd.port.mk>