diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-12-11 19:33:01 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-12-11 19:33:01 +0000 |
commit | 7bbea946d28a1f4add3185ac8d9f89d42e7d7862 (patch) | |
tree | fa8a6c1684b38945423d45eff0e3742bd73f2995 /korean | |
parent | 26e860fe5995f2b7f00cd66a0238b06b863ee4bc (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/p5-Lingua-KO-Hangul-Util/Makefile | 22 | ||||
-rw-r--r-- | korean/p5-Lingua-KO-Hangul-Util/distinfo | 3 | ||||
-rw-r--r-- | korean/p5-Lingua-KO-Hangul-Util/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/korean/Makefile b/korean/Makefile index 55b734da02e6..c7c5bd74b7dd 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -34,6 +34,7 @@ SUBDIR += nanumfonts-otf SUBDIR += nanumfonts-ttf SUBDIR += nhpf + SUBDIR += p5-Lingua-KO-Hangul-Util SUBDIR += scim-hangul SUBDIR += scim-tables SUBDIR += sourcehansans-otf diff --git a/korean/p5-Lingua-KO-Hangul-Util/Makefile b/korean/p5-Lingua-KO-Hangul-Util/Makefile new file mode 100644 index 000000000000..c04b20c25625 --- /dev/null +++ b/korean/p5-Lingua-KO-Hangul-Util/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Lingua-KO-Hangul-Util +PORTVERSION= 0.28 +CATEGORIES= korean perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR=CPAN:SADAHIRO +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Utility functions for Hangul in Unicode + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure +PLIST_FILES= ${SITE_PERL}/Lingua/KO/Hangul/Util.pm \ + ${SITE_MAN3_REL}/Lingua::KO::Hangul::Util.3.gz +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/korean/p5-Lingua-KO-Hangul-Util/distinfo b/korean/p5-Lingua-KO-Hangul-Util/distinfo new file mode 100644 index 000000000000..e5d1026d99c4 --- /dev/null +++ b/korean/p5-Lingua-KO-Hangul-Util/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1574739535 +SHA256 (Lingua-KO-Hangul-Util-0.28.tar.gz) = 23f186698affa1a0197e3a8615af3ab5eed6a0d55bf36914a52479ba22642a29 +SIZE (Lingua-KO-Hangul-Util-0.28.tar.gz) = 19490 diff --git a/korean/p5-Lingua-KO-Hangul-Util/pkg-descr b/korean/p5-Lingua-KO-Hangul-Util/pkg-descr new file mode 100644 index 000000000000..2001c480956e --- /dev/null +++ b/korean/p5-Lingua-KO-Hangul-Util/pkg-descr @@ -0,0 +1,3 @@ +Utility functions for Hangul in Unicode. + +WWW: https://metacpan.org/release/Lingua-KO-Hangul-Util |