svn commit: r472237 - head/devel/p5-Class-Loader

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 12 09:04:32 UTC 2018


Author: amdmi3
Date: Tue Jun 12 09:04:31 2018
New Revision: 472237
URL: https://svnweb.freebsd.org/changeset/ports/472237

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Class-Loader/Makefile

Modified: head/devel/p5-Class-Loader/Makefile
==============================================================================
--- head/devel/p5-Class-Loader/Makefile	Tue Jun 12 08:56:36 2018	(r472236)
+++ head/devel/p5-Class-Loader/Makefile	Tue Jun 12 09:04:31 2018	(r472237)
@@ -11,7 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Load modules and create objects on demand
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/ARTISTIC
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list