svn commit: r478771 - head/devel/p5-Sub-Delete

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 2 09:08:16 UTC 2018


Author: amdmi3
Date: Sun Sep  2 09:08:15 2018
New Revision: 478771
URL: https://svnweb.freebsd.org/changeset/ports/478771

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

Modified:
  head/devel/p5-Sub-Delete/Makefile

Modified: head/devel/p5-Sub-Delete/Makefile
==============================================================================
--- head/devel/p5-Sub-Delete/Makefile	Sun Sep  2 09:03:46 2018	(r478770)
+++ head/devel/p5-Sub-Delete/Makefile	Sun Sep  2 09:08:15 2018	(r478771)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module enabling one to delete subroutines
 
+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