svn commit: r471656 - head/misc/p5-Geography-Countries

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:10:18 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:10:16 2018
New Revision: 471656
URL: https://svnweb.freebsd.org/changeset/ports/471656

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Use = instead of += for CONFIGURE_ARGS
  - Fix and update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/misc/p5-Geography-Countries/Makefile
  head/misc/p5-Geography-Countries/pkg-descr

Modified: head/misc/p5-Geography-Countries/Makefile
==============================================================================
--- head/misc/p5-Geography-Countries/Makefile	Mon Jun  4 18:10:11 2018	(r471655)
+++ head/misc/p5-Geography-Countries/Makefile	Mon Jun  4 18:10:16 2018	(r471656)
@@ -11,8 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	dikshie at lapi.itb.ac.id
 COMMENT=	Handle ISO-3166 country codes
 
+LICENSE=	MIT
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
-CONFIGURE_ARGS+=	INSTALLDIRS='site'
+CONFIGURE_ARGS=	INSTALLDIRS='site'
 
 .include <bsd.port.mk>

Modified: head/misc/p5-Geography-Countries/pkg-descr
==============================================================================
--- head/misc/p5-Geography-Countries/pkg-descr	Mon Jun  4 18:10:11 2018	(r471655)
+++ head/misc/p5-Geography-Countries/pkg-descr	Mon Jun  4 18:10:16 2018	(r471656)
@@ -2,4 +2,4 @@ This module maps country names, and their 2-letter, 3-
 codes, as defined by the ISO-3166 maintenance agency, and defined by the
 UNSD.
 
-WWW: http://search.cpan.org/dist/Geography-Countries/ /
+WWW: https://metacpan.org/release/Geography-Countries


More information about the svn-ports-all mailing list