diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 02:07:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-27 02:07:44 +0000 |
commit | 3f9a715bc2d7e754f98f7783337eab4296830a74 (patch) | |
tree | 633ea3abd60f49bd1e686a9cd7a50874281aa0af /www/p5-HTML-SimpleParse | |
parent | 4bd3823cc51d6d74e4c6ea45fe4796b10cd5a9c3 (diff) | |
download | ports-3f9a715bc2d7e754f98f7783337eab4296830a74.tar.gz ports-3f9a715bc2d7e754f98f7783337eab4296830a74.zip |
Notes
Diffstat (limited to 'www/p5-HTML-SimpleParse')
-rw-r--r-- | www/p5-HTML-SimpleParse/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTML-SimpleParse/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-SimpleParse/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTML-SimpleParse/pkg-descr | 2 | ||||
-rw-r--r-- | www/p5-HTML-SimpleParse/pkg-plist | 4 |
5 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTML-SimpleParse/Makefile b/www/p5-HTML-SimpleParse/Makefile new file mode 100644 index 000000000000..4ebb34a29f6e --- /dev/null +++ b/www/p5-HTML-SimpleParse/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-HTML-SimpleParse +# Date created: May 26 2001 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= HTML-SimpleParse +PORTVERSION= 0.10 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= HTML::SimpleParse.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTML-SimpleParse/distinfo b/www/p5-HTML-SimpleParse/distinfo new file mode 100644 index 000000000000..e1b3580286e5 --- /dev/null +++ b/www/p5-HTML-SimpleParse/distinfo @@ -0,0 +1 @@ +MD5 (HTML-SimpleParse-0.10.tar.gz) = 96606166eacb5a396172e33afdf3941d diff --git a/www/p5-HTML-SimpleParse/pkg-comment b/www/p5-HTML-SimpleParse/pkg-comment new file mode 100644 index 000000000000..31c2e12944e1 --- /dev/null +++ b/www/p5-HTML-SimpleParse/pkg-comment @@ -0,0 +1 @@ +HTML::SimpleParse - a bare-bones HTML parser diff --git a/www/p5-HTML-SimpleParse/pkg-descr b/www/p5-HTML-SimpleParse/pkg-descr new file mode 100644 index 000000000000..de4e8d292be6 --- /dev/null +++ b/www/p5-HTML-SimpleParse/pkg-descr @@ -0,0 +1,2 @@ +This module is a simple HTML parser. It is similar in concept to HTML::Parser, +but it differs in a couple of important ways. diff --git a/www/p5-HTML-SimpleParse/pkg-plist b/www/p5-HTML-SimpleParse/pkg-plist new file mode 100644 index 000000000000..1cf5cf971ded --- /dev/null +++ b/www/p5-HTML-SimpleParse/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/HTML/SimpleParse.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true |