diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:49:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:49:22 +0800 |
commit | e0b9b85793bf8ed780c1a899d2a8f4c43190c121 (patch) | |
tree | edd36cd6c979f9938047355f2dfeba75c4ca8959 | |
parent | 38f2d13ead9ac3833c11fe14f3c32b6908ecb8cd (diff) | |
download | freebsd-ports-gnome-e0b9b85793bf8ed780c1a899d2a8f4c43190c121.tar.gz freebsd-ports-gnome-e0b9b85793bf8ed780c1a899d2a8f4c43190c121.tar.zst freebsd-ports-gnome-e0b9b85793bf8ed780c1a899d2a8f4c43190c121.zip |
- Add LICENSE
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Use single space after WWW:
-rw-r--r-- | chinese/p5-Encode-CNMap/Makefile | 6 | ||||
-rw-r--r-- | chinese/p5-Encode-CNMap/pkg-descr | 2 | ||||
-rw-r--r-- | chinese/p5-Encode-CNMap/pkg-plist | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/chinese/p5-Encode-CNMap/Makefile b/chinese/p5-Encode-CNMap/Makefile index 3e21baaf0a7e..905c617f2b6b 100644 --- a/chinese/p5-Encode-CNMap/Makefile +++ b/chinese/p5-Encode-CNMap/Makefile @@ -5,13 +5,15 @@ PORTNAME= Encode-CNMap PORTVERSION= 0.32 CATEGORIES= chinese perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Encode PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Enhanced Chinese encodings with Simplified-Traditional auto-mapping -USES= perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/chinese/p5-Encode-CNMap/pkg-descr b/chinese/p5-Encode-CNMap/pkg-descr index 4a1e95867700..4ec3c2bea556 100644 --- a/chinese/p5-Encode-CNMap/pkg-descr +++ b/chinese/p5-Encode-CNMap/pkg-descr @@ -1,3 +1,3 @@ This module implements China-based Chinese charset encodings. -WWW: http://search.cpan.org/dist/Encode-CNMap/ +WWW: http://search.cpan.org/dist/Encode-CNMap/ diff --git a/chinese/p5-Encode-CNMap/pkg-plist b/chinese/p5-Encode-CNMap/pkg-plist index 2218577a65be..7eaa70512aee 100644 --- a/chinese/p5-Encode-CNMap/pkg-plist +++ b/chinese/p5-Encode-CNMap/pkg-plist @@ -1,14 +1,14 @@ bin/cnmap bin/cnmapdir bin/cnmapwx -man/man1/cnmap.1.gz -man/man1/cnmapdir.1.gz -man/man1/cnmapwx.1.gz %%SITE_PERL%%/%%PERL_ARCH%%/Encode/CNMap.pm %%SITE_PERL%%/%%PERL_ARCH%%/Encode/CNMap/cnmapwx.wdr %%SITE_PERL%%/%%PERL_ARCH%%/Encode/CNMap/cnmapwx_wdr.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CNMap/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CNMap/CNMap.so +man/man1/cnmap.1.gz +man/man1/cnmapdir.1.gz +man/man1/cnmapwx.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/CNMap @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Encode/CNMap |