svn commit: r489141 - head/devel/p5-Regexp-Shellish

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 3 09:00:24 UTC 2019


Author: amdmi3
Date: Thu Jan  3 09:00:23 2019
New Revision: 489141
URL: https://svnweb.freebsd.org/changeset/ports/489141

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

Modified:
  head/devel/p5-Regexp-Shellish/Makefile

Modified: head/devel/p5-Regexp-Shellish/Makefile
==============================================================================
--- head/devel/p5-Regexp-Shellish/Makefile	Thu Jan  3 08:57:43 2019	(r489140)
+++ head/devel/p5-Regexp-Shellish/Makefile	Thu Jan  3 09:00:23 2019	(r489141)
@@ -10,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl module for shell-like regular expressions
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list