aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-FillInForm/Makefile
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/Makefile
parentedf76768a0ff2c99ac4f783f34c576a4a059d306 (diff)
downloadports-473917c53462d14ad240162a5666fbf3e6b71f82.tar.gz
ports-473917c53462d14ad240162a5666fbf3e6b71f82.zip
Notes
Diffstat (limited to 'www/p5-HTML-FillInForm/Makefile')
-rw-r--r--www/p5-HTML-FillInForm/Makefile7
1 files changed, 4 insertions, 3 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>