diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:10:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:10:16 +0800 |
commit | 101dfedf474133c2d8167e897a08bbd0243d0a49 (patch) | |
tree | ee452f7240601a686cdf63eb54e3ec72a4625f1e | |
parent | d114f828dc78b1a4fa2a3d05d163e54e0b1f8765 (diff) | |
download | freebsd-ports-gnome-101dfedf474133c2d8167e897a08bbd0243d0a49.tar.gz freebsd-ports-gnome-101dfedf474133c2d8167e897a08bbd0243d0a49.tar.zst freebsd-ports-gnome-101dfedf474133c2d8167e897a08bbd0243d0a49.zip |
Add LICENSE
- Add NO_ARCH
- Use = instead of += for CONFIGURE_ARGS
- Fix and update WWW
Approved by: portmgr (blanket)
-rw-r--r-- | misc/p5-Geography-Countries/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-Geography-Countries/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile index 268a75473fed..558c347e3cad 100644 --- a/misc/p5-Geography-Countries/Makefile +++ b/misc/p5-Geography-Countries/Makefile @@ -11,8 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= dikshie@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> diff --git a/misc/p5-Geography-Countries/pkg-descr b/misc/p5-Geography-Countries/pkg-descr index 2765bed9e86d..116a5ed99a51 100644 --- a/misc/p5-Geography-Countries/pkg-descr +++ b/misc/p5-Geography-Countries/pkg-descr @@ -2,4 +2,4 @@ This module maps country names, and their 2-letter, 3-letter and numerical 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 |