svn commit: r435909 - head/devel/p5-Test-Singleton

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 11 15:58:01 UTC 2017


Author: sunpoet
Date: Sat Mar 11 15:58:00 2017
New Revision: 435909
URL: https://svnweb.freebsd.org/changeset/ports/435909

Log:
  Add LICENSE_FILE
  
  - Add NO_ARCH

Modified:
  head/devel/p5-Test-Singleton/Makefile

Modified: head/devel/p5-Test-Singleton/Makefile
==============================================================================
--- head/devel/p5-Test-Singleton/Makefile	Sat Mar 11 15:57:55 2017	(r435908)
+++ head/devel/p5-Test-Singleton/Makefile	Sat Mar 11 15:58:00 2017	(r435909)
@@ -13,10 +13,12 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Test for Singleton classes
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	p5-Class-Singleton>=0:devel/p5-Class-Singleton
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-head mailing list