diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-20 04:48:07 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-20 04:48:07 +0000 |
commit | cacc8b9757d24e871a9a325beb65ab8963c5763b (patch) | |
tree | 060b7419f3d4b724a469d66e7b399d74e4ff4ae3 /security/luasec | |
parent | 4387ee26f25c3caea3200829b293417c215dbcb2 (diff) | |
download | ports-cacc8b9757d24e871a9a325beb65ab8963c5763b.tar.gz ports-cacc8b9757d24e871a9a325beb65ab8963c5763b.zip |
Notes
Diffstat (limited to 'security/luasec')
-rw-r--r-- | security/luasec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile index bb41f5369f38..959be898cb44 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://www.inf.puc-rio.br/~brunoos/luasec/download/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= kelly.hays@jkhfamily.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket |