Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 09:55:48 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527402 - head/net/nylon
Message-ID:  <202002290955.01T9tm7P027013@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002290955.01T9tm7P027013>