diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-14 06:36:53 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-14 06:36:53 +0000 |
commit | 79e834f92a7b74b4b8d9068c5ce346b1a248b695 (patch) | |
tree | 512b705150db7c9e53d6da726621875215810cd3 /security/luasec | |
parent | c5dc3e5e482adc32fe7330ede81059c0dbdc524f (diff) | |
download | ports-79e834f92a7b74b4b8d9068c5ce346b1a248b695.tar.gz ports-79e834f92a7b74b4b8d9068c5ce346b1a248b695.zip |
Notes
Diffstat (limited to 'security/luasec')
-rw-r--r-- | security/luasec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile index 836b1a22b7a6..e3813d7e0b67 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: luasec # Date created: 25 June 2009 -# Whom: Andrew Lewis <dru@silenceisdefeat.net> +# Whom: Andrew Lewis <freeghb@gmail.com> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://luaforge.net/frs/download.php/4059/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= dru@silenceisdefeat.net +MAINTAINER= freeghb@gmail.com COMMENT= A Lua binding for the OpenSSL library to provide TLS/SSL communication RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket |