svn commit: r469098 - head/devel/p5-lib-abs

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 5 09:03:58 UTC 2018


Author: amdmi3
Date: Sat May  5 09:03:57 2018
New Revision: 469098
URL: https://svnweb.freebsd.org/changeset/ports/469098

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

Modified:
  head/devel/p5-lib-abs/Makefile

Modified: head/devel/p5-lib-abs/Makefile
==============================================================================
--- head/devel/p5-lib-abs/Makefile	Sat May  5 08:57:37 2018	(r469097)
+++ head/devel/p5-lib-abs/Makefile	Sat May  5 09:03:57 2018	(r469098)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	mons at cpan.org
 COMMENT=	Relative use lib in absolute way
 
+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