aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-FillInForm
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-15 10:38:52 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-15 10:38:52 +0000
commit473917c53462d14ad240162a5666fbf3e6b71f82 (patch)
tree5c137bde921af42d6e8921fcbf01cf8d5815277c /www/p5-HTML-FillInForm
parentedf76768a0ff2c99ac4f783f34c576a4a059d306 (diff)
downloadports-473917c53462d14ad240162a5666fbf3e6b71f82.tar.gz
ports-473917c53462d14ad240162a5666fbf3e6b71f82.zip
Notes
Diffstat (limited to 'www/p5-HTML-FillInForm')
-rw-r--r--www/p5-HTML-FillInForm/Makefile7
-rw-r--r--www/p5-HTML-FillInForm/distinfo2
-rw-r--r--www/p5-HTML-FillInForm/pkg-descr2
3 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile
index 8d8ff30d7068..8a6bffc486a7 100644
--- a/www/p5-HTML-FillInForm/Makefile
+++ b/www/p5-HTML-FillInForm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-FillInForm
-PORTVERSION= 0.11
+PORTVERSION= 0.18
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -14,13 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kapr@crosswinds.net
-BUILD_DEPEND= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install
MAN3= HTML::FillInForm.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
diff --git a/www/p5-HTML-FillInForm/distinfo b/www/p5-HTML-FillInForm/distinfo
index ed5d92be66f1..a01e090d0b7b 100644
--- a/www/p5-HTML-FillInForm/distinfo
+++ b/www/p5-HTML-FillInForm/distinfo
@@ -1 +1 @@
-MD5 (HTML-FillInForm-0.11.tar.gz) = d086a46cde130d9c3f49a0bdb4ee62ad
+MD5 (HTML-FillInForm-0.18.tar.gz) = 09ff419dbbaf5f362e04835f97ff1849
diff --git a/www/p5-HTML-FillInForm/pkg-descr b/www/p5-HTML-FillInForm/pkg-descr
index e0fbd07d49d5..07900eb0756a 100644
--- a/www/p5-HTML-FillInForm/pkg-descr
+++ b/www/p5-HTML-FillInForm/pkg-descr
@@ -9,4 +9,6 @@ filling out required field. HTML::FillInForm can be used to redisplay
the HTML form with all the form elements containing the submitted
info.
+WWW: http://search.cpan.org/search?dist=HTML-FillInForm
+
-- Alex Kapranoff <kapr@crosswinds.net>