rspam
This commit is contained in:
parent
7ca0090f06
commit
a73caeb8ba
2 changed files with 14 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
PORTNAME= neovim
|
|
||||||
PORTREVISION= 1
|
|
||||||
PKGNAMESUFFIX= -luajit
|
|
||||||
|
|
||||||
MAINTAINER= dan@dynatron.me
|
|
||||||
COMMENT= Neovim without openresty
|
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../neovim
|
|
||||||
|
|
||||||
CONFLICTS= neovim-* \
|
|
||||||
|
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
|
||||||
|
|
||||||
LIB_DEPENDS= libluajit-5.1.so:lang/luajit \
|
|
||||||
libluv.so:devel/luv \
|
|
||||||
libmsgpackc.so:devel/msgpack \
|
|
||||||
libtermkey.so:devel/libtermkey \
|
|
||||||
libtree-sitter.so:devel/tree-sitter \
|
|
||||||
libunibilium.so:devel/unibilium \
|
|
||||||
libuv.so:devel/libuv \
|
|
||||||
libvterm.so:devel/libvterm
|
|
||||||
|
|
14
mail/rspamd-openresty/Makefile
Normal file
14
mail/rspamd-openresty/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
PORTNAME= rspamd
|
||||||
|
PORTREVISION= 1
|
||||||
|
PKGNAMESUFFIX= -openresty
|
||||||
|
|
||||||
|
MAINTAINER= dan@dynatron.me
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../rspamd
|
||||||
|
|
||||||
|
CONFLICTS= rspamd-* \
|
||||||
|
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
||||||
|
|
||||||
|
LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit-openresty
|
Loading…
Reference in a new issue