diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-02 19:34:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-02 19:34:50 +0000 |
commit | 022e189128a921b78e158c410690d364ebe54e9e (patch) | |
tree | 18f970550b84cf5e6f1d7ae6ed686720e22ab88b /chinese/p5-Lingua-Han-PinYin/Makefile | |
parent | e7de397ede54f40ae8a8860f4eba80f4ed1a0c78 (diff) | |
download | ports-022e189128a921b78e158c410690d364ebe54e9e.tar.gz ports-022e189128a921b78e158c410690d364ebe54e9e.zip |
Notes
Diffstat (limited to 'chinese/p5-Lingua-Han-PinYin/Makefile')
-rw-r--r-- | chinese/p5-Lingua-Han-PinYin/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chinese/p5-Lingua-Han-PinYin/Makefile b/chinese/p5-Lingua-Han-PinYin/Makefile index f9046adba210..88613e09bc2c 100644 --- a/chinese/p5-Lingua-Han-PinYin/Makefile +++ b/chinese/p5-Lingua-Han-PinYin/Makefile @@ -6,16 +6,19 @@ # PORTNAME= Lingua-Han-PinYin -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Retrieve the Mandarin(PinYin) of Chinese character(HanZi) +COMMENT= Retrieve the Mandarin (PinYin) of Chinese character (HanZi) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Lingua-Han-Utils>=0.10:${PORTSDIR}/chinese/p5-Lingua-Han-Utils RUN_DEPENDS= p5-Lingua-Han-Utils>=0.10:${PORTSDIR}/chinese/p5-Lingua-Han-Utils -BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |