diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-12 20:48:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-12 20:48:58 +0800 |
commit | f124fc9cbb785ddfd8a7a3b52379d824c6fe2c58 (patch) | |
tree | 1553d09a7537a851e1000ae4165e2398b3520965 /www/p5-File-Mork | |
parent | 1e43352368bf7f39f8758294057fe06ac7abc464 (diff) | |
download | freebsd-ports-gnome-f124fc9cbb785ddfd8a7a3b52379d824c6fe2c58.tar.gz freebsd-ports-gnome-f124fc9cbb785ddfd8a7a3b52379d824c6fe2c58.tar.zst freebsd-ports-gnome-f124fc9cbb785ddfd8a7a3b52379d824c6fe2c58.zip |
a module to read Mozilla URL history files
Author: Simon Wistow <simonw@cpan.org>
WWW: http://search.cpan.org/~simonw/File-Mork/
PR: ports/117866
Submitted by: Masahiro Teramoto <markun at onohara.to>
Diffstat (limited to 'www/p5-File-Mork')
-rw-r--r-- | www/p5-File-Mork/Makefile | 26 | ||||
-rw-r--r-- | www/p5-File-Mork/distinfo | 3 | ||||
-rw-r--r-- | www/p5-File-Mork/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-File-Mork/pkg-plist | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/p5-File-Mork/Makefile b/www/p5-File-Mork/Makefile new file mode 100644 index 000000000000..72554d49d68c --- /dev/null +++ b/www/p5-File-Mork/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-File-Mork +# Date created: 2007-11-06 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= File-Mork +PORTVERSION= 0.3 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/S/SI/SIMONW +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= A module to read Mozilla URL history files + +BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser + +PERL_CONFIGURE= yes + +MAN1= mork.1 +MAN3= File::Mork.3 + +.include <bsd.port.mk> diff --git a/www/p5-File-Mork/distinfo b/www/p5-File-Mork/distinfo new file mode 100644 index 000000000000..39d128e071c2 --- /dev/null +++ b/www/p5-File-Mork/distinfo @@ -0,0 +1,3 @@ +MD5 (File-Mork-0.3.tar.gz) = 7b95af81a50ca232299f637d0d4775bf +SHA256 (File-Mork-0.3.tar.gz) = ced5e4c74ef08084a44d9b65e15f5ec29759d9cedc477fa32ae9ebdf79683432 +SIZE (File-Mork-0.3.tar.gz) = 9934 diff --git a/www/p5-File-Mork/pkg-descr b/www/p5-File-Mork/pkg-descr new file mode 100644 index 000000000000..c88b318ad4d7 --- /dev/null +++ b/www/p5-File-Mork/pkg-descr @@ -0,0 +1,4 @@ +a module to read Mozilla URL history files + +Author: Simon Wistow <simonw@cpan.org> +WWW: http://search.cpan.org/~simonw/File-Mork/ diff --git a/www/p5-File-Mork/pkg-plist b/www/p5-File-Mork/pkg-plist new file mode 100644 index 000000000000..58b5eac4d572 --- /dev/null +++ b/www/p5-File-Mork/pkg-plist @@ -0,0 +1,6 @@ +bin/mork +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Mork/.packlist +%%SITE_PERL%%/File/Mork.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Mork +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrmtry %%SITE_PERL%%/File |