14 lines
243 B
Makefile
14 lines
243 B
Makefile
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
|