Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:10:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399590 - head/devel/pear-Console_CommandLine
Message-ID:  <201510171810.t9HIAROf032265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Full featured command line options and arguments parser
 
-USES=	pear
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USES=		pear
 
 .include <bsd.port.mk>



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