diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-24 10:58:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-24 10:58:24 +0000 |
commit | f2645e4b89a51cb6a45483e475f5274a04313c1e (patch) | |
tree | 2a1f6ae1cc8a39f705d3982d4ceb096bb61eaf2c /net-im/prosody | |
parent | cd5bec75b82bddd2df4bd036c2e1db755124a6d2 (diff) | |
download | ports-f2645e4b89a51cb6a45483e475f5274a04313c1e.tar.gz ports-f2645e4b89a51cb6a45483e475f5274a04313c1e.zip |
Notes
Diffstat (limited to 'net-im/prosody')
-rw-r--r-- | net-im/prosody/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 87122b732a1c..e5103ff9284e 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -5,12 +5,13 @@ PORTNAME= prosody PORTVERSION= 0.9.8 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ - http://redundancy.redundancy.org/mirror/ + http://redundancy.redundancy.org/mirror/ MAINTAINER= lx@FreeBSD.org COMMENT= Simple extensible XMPP server written in Lua LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket \ ${LUA_MODLIBDIR}/ssl.so:${PORTSDIR}/security/luasec \ @@ -30,7 +31,7 @@ LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit .include <bsd.port.options.mk> -USES= gmake lua:51 shebangfix +USES= cpe gmake lua:51 shebangfix SHEBANG_LANG= lua SHEBANG_FILES= prosody prosodyctl lua_OLD_CMD= ${SETENV} lua |