svn commit: r492102 - head/devel/p5-App-Info

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 4 09:00:41 UTC 2019


Author: amdmi3
Date: Mon Feb  4 09:00:39 2019
New Revision: 492102
URL: https://svnweb.freebsd.org/changeset/ports/492102

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

Modified:
  head/devel/p5-App-Info/Makefile
  head/devel/p5-App-Info/pkg-descr

Modified: head/devel/p5-App-Info/Makefile
==============================================================================
--- head/devel/p5-App-Info/Makefile	Mon Feb  4 07:47:36 2019	(r492101)
+++ head/devel/p5-App-Info/Makefile	Mon Feb  4 09:00:39 2019	(r492102)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Interface for providing metadata about installed software packages
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	modbuild
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-App-Info/pkg-descr
==============================================================================
--- head/devel/p5-App-Info/pkg-descr	Mon Feb  4 07:47:36 2019	(r492101)
+++ head/devel/p5-App-Info/pkg-descr	Mon Feb  4 09:00:39 2019	(r492102)
@@ -3,3 +3,5 @@ software packages installed on a system. The idea is t
 can be used in Perl application installers in order to determine whether
 software dependencies have been fulfilled, and to get necessary metadata about
 those software packages.
+
+WWW: https://metacpan.org/release/App-Info


More information about the svn-ports-head mailing list