summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Tagset/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-10-13 01:58:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-10-13 01:58:35 +0000
commit627742b5cf5a42a95345405ae7076be0ef432ca1 (patch)
treea2ec721ef34610febc77d8ce76b8e8bcd2505cbd /www/p5-HTML-Tagset/Makefile
parentDefine RESTRICTED_FILES to ${PATCHFILES}, the main distfile is not (diff)
p5-HTML-Tagset is some useful data table in parsing HTML.
Notes
Notes: svn path=/head/; revision=33749
Diffstat (limited to 'www/p5-HTML-Tagset/Makefile')
-rw-r--r--www/p5-HTML-Tagset/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-HTML-Tagset/Makefile b/www/p5-HTML-Tagset/Makefile
new file mode 100644
index 000000000000..71a532c3360c
--- /dev/null
+++ b/www/p5-HTML-Tagset/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-HTML-Tagset
+# Date Created: 13 Oct 2000
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= HTML-Tagset
+PORTVERSION= 3.02
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= HTML
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.ORG
+
+USE_PERL5= yes
+
+MAN3= HTML::Tagset.3
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>