aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-08-15 18:38:52 +0800
committertobez <tobez@FreeBSD.org>2001-08-15 18:38:52 +0800
commit23d92f30ba473e56fa32d10b274f5b64ae9340a9 (patch)
treec91e53dcdcbc0693207b68921470708b995cdf58 /www
parent576864eaa60ddb707e1cbac0518bc94fd5a65c89 (diff)
downloadfreebsd-ports-gnome-23d92f30ba473e56fa32d10b274f5b64ae9340a9.tar.gz
freebsd-ports-gnome-23d92f30ba473e56fa32d10b274f5b64ae9340a9.tar.zst
freebsd-ports-gnome-23d92f30ba473e56fa32d10b274f5b64ae9340a9.zip
Upgrade www/p5-HTML-FillInForm to 0.18.
Also BUILD_DEPEND -> BUILD_DEPENDS, specify the correct dependency module location, and add RUN_DEPENDS. PR: 29721 Submitted by: maintainer
Diffstat (limited to 'www')
-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>