diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-09 23:16:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-09 23:16:10 +0000 |
commit | a8b26c47e16bc4b074c95b820add22768d914f7b (patch) | |
tree | 17aa13f1ab840f48b72520337339ce750a9b94f0 | |
parent | 220c053bfb79a4b78f151e6a44e449913fe7eab8 (diff) | |
download | ports-a8b26c47e16bc4b074c95b820add22768d914f7b.tar.gz ports-a8b26c47e16bc4b074c95b820add22768d914f7b.zip |
Notes
-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 3f7ff2488dc4..86fcaec42508 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 |