diff options
Diffstat (limited to 'textproc/feluda/Makefile')
-rw-r--r-- | textproc/feluda/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/feluda/Makefile b/textproc/feluda/Makefile new file mode 100644 index 000000000000..1461a4ab077f --- /dev/null +++ b/textproc/feluda/Makefile @@ -0,0 +1,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> |