diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 13:31:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 13:31:09 +0000 |
commit | a9a119fed567d56fa5c9cf48b98b90c5fcaeddde (patch) | |
tree | d8b006e929db071a0d824a6aae63b9c1bfb52200 /japanese | |
parent | 5879cc9ec92cb61da27708ec2aa344ac912f3745 (diff) | |
download | ports-a9a119fed567d56fa5c9cf48b98b90c5fcaeddde.tar.gz ports-a9a119fed567d56fa5c9cf48b98b90c5fcaeddde.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-HTML-MobileJp/Makefile | 28 | ||||
-rw-r--r-- | japanese/p5-HTML-MobileJp/distinfo | 3 | ||||
-rw-r--r-- | japanese/p5-HTML-MobileJp/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/p5-HTML-MobileJp/pkg-plist | 11 |
5 files changed, 46 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index ecc4a99938f7..1512805fdc68 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -214,6 +214,7 @@ SUBDIR += p5-Encode-EUCJPMS SUBDIR += p5-Encode-JP-Mobile SUBDIR += p5-FormValidator-Simple-Plugin-Number-Phone-JP + SUBDIR += p5-HTML-MobileJp SUBDIR += p5-Jcode SUBDIR += p5-Lingua-JA-Kana SUBDIR += p5-Lingua-JA-Numbers diff --git a/japanese/p5-HTML-MobileJp/Makefile b/japanese/p5-HTML-MobileJp/Makefile new file mode 100644 index 000000000000..d660e4613a45 --- /dev/null +++ b/japanese/p5-HTML-MobileJp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-HTML-MobileJp +# Date created: 2009-04-19 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= HTML-MobileJp +PORTVERSION= 0.05 +CATEGORIES= japanese www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Generate mobile-jp html tags + +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTML::MobileJp.3 \ + HTML::MobileJp::Plugin::GPS.3 \ + HTML::MobileJp::Plugin::EZweb::Object.3 + +.include <bsd.port.mk> diff --git a/japanese/p5-HTML-MobileJp/distinfo b/japanese/p5-HTML-MobileJp/distinfo new file mode 100644 index 000000000000..0ad9e076a40e --- /dev/null +++ b/japanese/p5-HTML-MobileJp/distinfo @@ -0,0 +1,3 @@ +MD5 (HTML-MobileJp-0.05.tar.gz) = c674feb24710c1e94e438967df72432e +SHA256 (HTML-MobileJp-0.05.tar.gz) = 6edf235a9c6125249516cdd7d80ba7e855e145698aad87f0af5c202d688f8fb8 +SIZE (HTML-MobileJp-0.05.tar.gz) = 36968 diff --git a/japanese/p5-HTML-MobileJp/pkg-descr b/japanese/p5-HTML-MobileJp/pkg-descr new file mode 100644 index 000000000000..2c7486040a0a --- /dev/null +++ b/japanese/p5-HTML-MobileJp/pkg-descr @@ -0,0 +1,3 @@ +HTML::MobileJp is html tag generator for Japanese mobile phone. + +WWW: http://http://search.cpan.org/dist/HTML-MobileJp/ diff --git a/japanese/p5-HTML-MobileJp/pkg-plist b/japanese/p5-HTML-MobileJp/pkg-plist new file mode 100644 index 000000000000..9bf8894339c9 --- /dev/null +++ b/japanese/p5-HTML-MobileJp/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/MobileJp/.packlist +%%SITE_PERL%%/HTML/MobileJp/Plugin/EZweb/Object.pm +%%SITE_PERL%%/HTML/MobileJp/Plugin/GPS.pm +%%SITE_PERL%%/HTML/MobileJp.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/MobileJp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML +@dirrmtry %%SITE_PERL%%/HTML/MobileJp/Plugin/EZweb +@dirrmtry %%SITE_PERL%%/HTML/MobileJp/Plugin +@dirrmtry %%SITE_PERL%%/HTML/MobileJp +@dirrmtry %%SITE_PERL%%/HTML |