svn commit: r497469 - head/devel/p5-accessors

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 1 09:01:10 UTC 2019


Author: amdmi3
Date: Mon Apr  1 09:01:09 2019
New Revision: 497469
URL: https://svnweb.freebsd.org/changeset/ports/497469

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

Modified:
  head/devel/p5-accessors/Makefile

Modified: head/devel/p5-accessors/Makefile
==============================================================================
--- head/devel/p5-accessors/Makefile	Mon Apr  1 08:39:26 2019	(r497468)
+++ head/devel/p5-accessors/Makefile	Mon Apr  1 09:01:09 2019	(r497469)
@@ -12,7 +12,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Create accessor methods in caller's package #'
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list