aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-libapreq2/Makefile
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-09-18 02:21:19 +0800
committermnag <mnag@FreeBSD.org>2005-09-18 02:21:19 +0800
commit2b77f9487bfb9d674e3be5dfe2e1987062819b2e (patch)
tree7c5c221bec533e03622e93dd4461d71e2ea9146d /www/p5-libapreq2/Makefile
parenta9701236809f384a9b7517a837dc73069491f549 (diff)
downloadfreebsd-ports-gnome-2b77f9487bfb9d674e3be5dfe2e1987062819b2e.tar.gz
freebsd-ports-gnome-2b77f9487bfb9d674e3be5dfe2e1987062819b2e.tar.zst
freebsd-ports-gnome-2b77f9487bfb9d674e3be5dfe2e1987062819b2e.zip
Update to 2.06
PR: ports/83984 Submitted by: Philip M. Gollucci <pgollucci@apache.org> Approved by: pav (mentor)
Diffstat (limited to 'www/p5-libapreq2/Makefile')
-rw-r--r--www/p5-libapreq2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile
index 92bfe372aaf0..b4de3ee1e9df 100644
--- a/www/p5-libapreq2/Makefile
+++ b/www/p5-libapreq2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libapreq2
-PORTVERSION= 2.05
+PORTVERSION= 2.06
CATEGORIES= www perl5 devel
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR=libapreq
@@ -30,6 +30,12 @@ CONFIGURE_ARGS+=--enable-perl-glue --with-apache2-apxs=${APXS}
USE_PERL5= yes
USE_APACHE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:C/_[0-9]+//}
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+MAN3= APR::Request::Apache2.3 APR::Request::CGI.3 APR::Request::Cookie.3 \
+ APR::Request::Error.3 APR::Request::Param.3 APR::Request.3 \
+ APR::Request::Hook.3 APR::Request::Parser.3 Apache2::Cookie.3 \
+ Apache2::Upload.3 Apache2::Request.3
post-configure:
cd ${CONFIGURE_WRKSRC}/glue/perl && \