diff options
author | pav <pav@FreeBSD.org> | 2005-09-09 23:16:10 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-09 23:16:10 +0000 |
commit | 02e44d552dc429102adf608793c5c015c70c7cd5 (patch) | |
tree | 8860e1672b5d44840df0c446711e52012f975659 /net/luasocket | |
parent | 950b389283f0751f97cf10bd3b9716c86a4c2c8e (diff) | |
download | FreeBSD-ports-02e44d552dc429102adf608793c5c015c70c7cd5.zip FreeBSD-ports-02e44d552dc429102adf608793c5c015c70c7cd5.tar.gz |
- Drop maintainership
Diffstat (limited to 'net/luasocket')
-rw-r--r-- | net/luasocket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index 3f7ff24..86fcaec 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4 CATEGORIES= net MASTER_SITES= http://www.cs.princeton.edu/~diego/professional/luasocket/old/luasocket-1.4/ -MAINTAINER= pav@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= IPv4 Sockets support for the Lua language BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua4 |