svn commit: r425556 - head/devel/p5-Sub-Exporter-Progressive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 6 16:50:57 UTC 2016


Author: sunpoet
Date: Sun Nov  6 16:50:56 2016
New Revision: 425556
URL: https://svnweb.freebsd.org/changeset/ports/425556

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/devel/p5-Sub-Exporter-Progressive/Makefile

Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile
==============================================================================
--- head/devel/p5-Sub-Exporter-Progressive/Makefile	Sun Nov  6 16:50:51 2016	(r425555)
+++ head/devel/p5-Sub-Exporter-Progressive/Makefile	Sun Nov  6 16:50:56 2016	(r425556)
@@ -12,10 +12,12 @@ COMMENT=	Only use Sub::Exporter if you n
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list