aboutsummaryrefslogtreecommitdiff
path: root/www/p5-libapreq/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-01-22 19:07:11 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-01-22 19:07:11 +0000
commit4c6002502a86997a0778c288796d03a25d99985e (patch)
treee8e30ec88902a0e079113a40aaae95c2a5885175 /www/p5-libapreq/Makefile
parent3e61ff9cc577bbba63259175e0ae964b2a3b7897 (diff)
downloadports-4c6002502a86997a0778c288796d03a25d99985e.tar.gz
ports-4c6002502a86997a0778c288796d03a25d99985e.zip
Notes
Diffstat (limited to 'www/p5-libapreq/Makefile')
-rw-r--r--www/p5-libapreq/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/p5-libapreq/Makefile b/www/p5-libapreq/Makefile
index a99415c2d825..c13b7851d8c6 100644
--- a/www/p5-libapreq/Makefile
+++ b/www/p5-libapreq/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libapreq
-PORTVERSION= 1.33
+PORTVERSION= 1.34
CATEGORIES= www perl5 devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Apache
@@ -16,7 +16,7 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Generic Apache Request Library
.if defined(WITH_MODPERL2)
-IGNORE= This port does not support mod_perl2
+IGNORE= this port does not support mod_perl2
.else
RUN_DEPENDS?= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
BUILD_DEPENDS= ${RUN_DEPENDS} \
@@ -28,12 +28,8 @@ PERL_CONFIGURE= yes
MAN3= Apache::Cookie.3 Apache::Request.3 Apache::libapreq.3 \
libapreq.3
-post-patch:
- @${PERL} -pi~ -e '$$_="" if ($$.>37 && $$.<63) || /PREREQ_PM/' \
- ${WRKSRC}/Makefile.PL
-
post-install:
-.ifndef(NOPORTDOCS)
+.ifndef(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}/c/testapreq
@${MKDIR} ${EXAMPLESDIR}/perl