svn commit: r426477 - head/devel/p5-Git-Sub

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 19 17:11:04 UTC 2016


Author: sunpoet
Date: Sat Nov 19 17:09:26 2016
New Revision: 426477
URL: https://svnweb.freebsd.org/changeset/ports/426477

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/devel/p5-Git-Sub/Makefile

Modified: head/devel/p5-Git-Sub/Makefile
==============================================================================
--- head/devel/p5-Git-Sub/Makefile	Sat Nov 19 17:09:21 2016	(r426476)
+++ head/devel/p5-Git-Sub/Makefile	Sat Nov 19 17:09:26 2016	(r426477)
@@ -11,11 +11,13 @@ COMMENT=	Git commands imported into the 
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS:=	p5-File-Which>=0:sysutils/p5-File-Which \
 		p5-System-Sub>=0:devel/p5-System-Sub
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list