svn commit: r527402 - head/net/nylon
Wen Heping
wen at FreeBSD.org
Sat Feb 29 09:55:51 UTC 2020
Author: wen
Date: Sat Feb 29 09:55:48 2020
New Revision: 527402
URL: https://svnweb.freebsd.org/changeset/ports/527402
Log:
- Add LICENSE
- Pet portlint
PR: 243219
Submitted by: timp87 at gmail.com
Modified:
head/net/nylon/Makefile
Modified: head/net/nylon/Makefile
==============================================================================
--- head/net/nylon/Makefile Sat Feb 29 09:31:53 2020 (r527401)
+++ head/net/nylon/Makefile Sat Feb 29 09:55:48 2020 (r527402)
@@ -10,11 +10,14 @@ MASTER_SITES= http://monkey.org/~marius/nylon/
MAINTAINER= ports at FreeBSD.org
COMMENT= Unix SOCKS 4 and 5 proxy server
+LICENSE= BSD3CLAUSE
+
LIB_DEPENDS= libevent.so:devel/libevent
+USES= pkgconfig
+
USE_RC_SUBR= nylon
-USES= pkgconfig
GNU_CONFIGURE= yes
# Necessary for $PREFIX to work:
CONFIGURE_ARGS= --with-libevent=yes
More information about the svn-ports-all
mailing list