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>
This commit is contained in:
parent
af918cff91
commit
c69f75c42a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203263
5 changed files with 40 additions and 0 deletions
|
@ -694,6 +694,7 @@
|
|||
SUBDIR += p5-FastCGI
|
||||
SUBDIR += p5-FastCGI-ProcManager
|
||||
SUBDIR += p5-Feed-Find
|
||||
SUBDIR += p5-File-Mork
|
||||
SUBDIR += p5-Flickr-API
|
||||
SUBDIR += p5-Flickr-Upload
|
||||
SUBDIR += p5-Gantry
|
||||
|
|
26
www/p5-File-Mork/Makefile
Normal file
26
www/p5-File-Mork/Makefile
Normal file
|
@ -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>
|
3
www/p5-File-Mork/distinfo
Normal file
3
www/p5-File-Mork/distinfo
Normal file
|
@ -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
|
4
www/p5-File-Mork/pkg-descr
Normal file
4
www/p5-File-Mork/pkg-descr
Normal file
|
@ -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/
|
6
www/p5-File-Mork/pkg-plist
Normal file
6
www/p5-File-Mork/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue