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
This commit is contained in:
Anton Berezin 2001-08-15 10:38:52 +00:00
parent edf76768a0
commit 473917c534
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46276
3 changed files with 7 additions and 4 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (HTML-FillInForm-0.11.tar.gz) = d086a46cde130d9c3f49a0bdb4ee62ad
MD5 (HTML-FillInForm-0.18.tar.gz) = 09ff419dbbaf5f362e04835f97ff1849

View File

@ -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>