svn commit: r475870 - head/net/pear-Net_URL

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 30 09:07:54 UTC 2018


Author: amdmi3
Date: Mon Jul 30 09:07:53 2018
New Revision: 475870
URL: https://svnweb.freebsd.org/changeset/ports/475870

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/net/pear-Net_URL/Makefile

Modified: head/net/pear-Net_URL/Makefile
==============================================================================
--- head/net/pear-Net_URL/Makefile	Mon Jul 30 08:17:16 2018	(r475869)
+++ head/net/pear-Net_URL/Makefile	Mon Jul 30 09:07:53 2018	(r475870)
@@ -8,6 +8,9 @@ CATEGORIES=	net www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Easy parsing of URLs
 
+LICENSE=	BSD3CLAUSE
+
 USES=		pear
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list