summaryrefslogtreecommitdiff
path: root/textproc/feluda/Makefile
blob: 1461a4ab077f4d540bde26f813074b2d60a70790 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	feluda
DISTVERSION=	1.8.5
CATEGORIES=	textproc

MAINTAINER=	nxjoseph@protonmail.com
COMMENT=	Detect license usage restrictions in your project
WWW=		https://github.com/anistark/feluda

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libgit2.so:devel/libgit2 \
		libssh2.so:security/libssh2

USES=		cargo localbase ssl
USE_GITHUB=	yes
GH_ACCOUNT=	anistark

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>