summaryrefslogtreecommitdiff
path: root/www/p5-HTML-SimpleParse/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 02:07:44 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 02:07:44 +0000
commit3f9a715bc2d7e754f98f7783337eab4296830a74 (patch)
tree633ea3abd60f49bd1e686a9cd7a50874281aa0af /www/p5-HTML-SimpleParse/Makefile
parentDBIx::XML_RDB - Perl extension for creating XML from existing DBI datasources (diff)
HTML::SimpleParse - a bare-bones HTML parser
Notes
Notes: svn path=/head/; revision=43097
Diffstat (limited to 'www/p5-HTML-SimpleParse/Makefile')
-rw-r--r--www/p5-HTML-SimpleParse/Makefile22
1 files changed, 22 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>