svn commit: r560107 - head/devel/p5-Pragmatic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:06:05 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:05:59 2021
New Revision: 560107
URL: https://svnweb.freebsd.org/changeset/ports/560107

Log:
  Add LICENSE and NO_ARCH

Modified:
  head/devel/p5-Pragmatic/Makefile

Modified: head/devel/p5-Pragmatic/Makefile
==============================================================================
--- head/devel/p5-Pragmatic/Makefile	Sun Jan  3 20:05:54 2021	(r560106)
+++ head/devel/p5-Pragmatic/Makefile	Sun Jan  3 20:05:59 2021	(r560107)
@@ -10,9 +10,14 @@ MASTER_SITE_SUBDIR=	CPAN:BINKLEY
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Adds pragmata to Exporter
+COMMENT=	Add pragmata to Exporter
 
-USE_PERL5=	configure
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list