diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-01 21:31:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-01 21:31:09 +0800 |
commit | 56d951b880daa70e59674c216e8a255ffea961dc (patch) | |
tree | 8c98e0bf0400b13e789858191c2a228426dc83d2 /japanese/p5-HTML-MobileJp | |
parent | ce28026b92a79c052933eb42d03b4455275a1da9 (diff) | |
download | freebsd-ports-gnome-56d951b880daa70e59674c216e8a255ffea961dc.tar.gz freebsd-ports-gnome-56d951b880daa70e59674c216e8a255ffea961dc.tar.zst freebsd-ports-gnome-56d951b880daa70e59674c216e8a255ffea961dc.zip |
HTML::MobileJp is html tag generator for Japanese mobile phone.
WWW: http://http://search.cpan.org/dist/HTML-MobileJp/
PR: ports/133857
Submitted by: Masahiro Teramoto <markun at onohara.to>
Diffstat (limited to 'japanese/p5-HTML-MobileJp')
-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 |
4 files changed, 45 insertions, 0 deletions
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 |