summaryrefslogtreecommitdiff
path: root/www/p5-WWW-Link/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-08 16:49:00 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-08 16:49:00 +0000
commitc534da8bdf7952b0db19a0d9d5380f99b31dc5ee (patch)
tree9af888b473a0e32714906b3ea2243f4e17431e7c /www/p5-WWW-Link/Makefile
parentAdd p5-Tree-DAG_Node 1.04, super class for representing nodes in a (diff)
Add p5-WWW-Link 0.030, maintain information about the state of links.
PR: 33422 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=54388
Diffstat (limited to 'www/p5-WWW-Link/Makefile')
-rw-r--r--www/p5-WWW-Link/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/www/p5-WWW-Link/Makefile b/www/p5-WWW-Link/Makefile
new file mode 100644
index 000000000000..470f00186770
--- /dev/null
+++ b/www/p5-WWW-Link/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: WWW::Link
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= WWW-Link
+PORTVERSION= 0.030
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIKEDLR
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= WWW::Link.3 \
+ WWW::Link::Change.3 \
+ WWW::Link::Merge.3 \
+ WWW::Link::Repair.3 \
+ WWW::Link::Repair::ResourceMapper.3 \
+ WWW::Link::Repair::Substitutor.3 \
+ WWW::Link::Reporter.3 \
+ WWW::Link::Reporter::Compile.3 \
+ WWW::Link::Reporter::HTML.3 \
+ WWW::Link::Reporter::LongList.3 \
+ WWW::Link::Reporter::RepairForm.3 \
+ WWW::Link::Reporter::Text.3 \
+ WWW::Link::Selector.3 \
+ WWW::Link::Test.3 \
+ WWW::Link::Test::Validate.3 \
+ WWW::Link::Tester.3 \
+ WWW::Link::Tester::Adaptive.3 \
+ WWW::Link::Tester::Base.3 \
+ WWW::Link::Tester::Complex.3 \
+ WWW::Link::Tester::Simple.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>