aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2008-07-07 14:00:06 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2008-07-07 14:00:06 +0000
commit4769525ea7809590045e204bbf6973133413f8fb (patch)
tree0f75dec4b28e4b8512748db0066983337d9df71b /www/nginx-devel/Makefile
parente447448d407b521ab2a1740f3a1464e73f18b351 (diff)
downloadports-4769525ea7809590045e204bbf6973133413f8fb.tar.gz
ports-4769525ea7809590045e204bbf6973133413f8fb.zip
Notes
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r--www/nginx-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index eda7bfb240bb..eb4776f562e7 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.7.5
+PORTVERSION= 0.7.6
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -92,6 +92,7 @@ CONFIGURE_ARGS+=--with-http_flv_module
.endif
.if defined(WITH_HTTP_PERL_MODULE)
+CATEGORIES+= perl5
CONFIGURE_ARGS+=--with-http_perl_module
USE_PERL5= yes
.endif