diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:09:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-04 18:09:08 +0000 |
commit | 76609926b74de16ecf4300b0881c28e6e71a649d (patch) | |
tree | 6f705b72d0ce2db7cb26229ee75053f488458d0b | |
parent | 8366979c4148be17d4fbbf550385ea67c9d0da72 (diff) | |
download | freebsd-ports-76609926b74de16ecf4300b0881c28e6e71a649d.zip |
Fix and sort LICENSE
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr (blanket)
-rw-r--r-- | japanese/jacode.pl/Makefile | 3 | ||||
-rw-r--r-- | japanese/jacode.pl/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/japanese/jacode.pl/Makefile b/japanese/jacode.pl/Makefile index d698c163b0da..5b765a675d99 100644 --- a/japanese/jacode.pl/Makefile +++ b/japanese/jacode.pl/Makefile @@ -10,8 +10,9 @@ DISTNAME= ${PORTNAME:S|.pl||}-${PORTVERSION} MAINTAINER= takefu@airport.fm COMMENT= Perl library for Japanese character code conversion -LICENSE= GPLv1 ART10 +LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= run diff --git a/japanese/jacode.pl/pkg-descr b/japanese/jacode.pl/pkg-descr index 054106247fd4..074ed91ec3b0 100644 --- a/japanese/jacode.pl/pkg-descr +++ b/japanese/jacode.pl/pkg-descr @@ -14,4 +14,4 @@ This software has upper compatibility to jcode.pl. * No Object oriented * Possible to re-use past code and how to -WWW: http://search.cpan.org/dist/jacode/ +WWW: https://metacpan.org/release/INA/jacode-2.13.4.18 |