svn commit: r399590 - head/devel/pear-Console_CommandLine

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:10:28 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:10:26 2015
New Revision: 399590
URL: https://svnweb.freebsd.org/changeset/ports/399590

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Fix indent

Modified:
  head/devel/pear-Console_CommandLine/Makefile

Modified: head/devel/pear-Console_CommandLine/Makefile
==============================================================================
--- head/devel/pear-Console_CommandLine/Makefile	Sat Oct 17 18:10:17 2015	(r399589)
+++ head/devel/pear-Console_CommandLine/Makefile	Sat Oct 17 18:10:26 2015	(r399590)
@@ -8,6 +8,9 @@ CATEGORIES=	devel www pear
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Full featured command line options and arguments parser
 
-USES=	pear
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USES=		pear
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list