svn commit: r550801 - head/devel/p5-Class-ParmList

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 08:05:19 UTC 2020


Author: sunpoet
Date: Thu Oct  1 08:05:13 2020
New Revision: 550801
URL: https://svnweb.freebsd.org/changeset/ports/550801

Log:
  Add LICENSE
  
  - Add NO_ARCH

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

Modified: head/devel/p5-Class-ParmList/Makefile
==============================================================================
--- head/devel/p5-Class-ParmList/Makefile	Thu Oct  1 08:05:09 2020	(r550800)
+++ head/devel/p5-Class-ParmList/Makefile	Thu Oct  1 08:05:13 2020	(r550801)
@@ -11,7 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Module for processing named parameter lists for method calls
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list