diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-22 13:08:44 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-22 13:08:44 +0000 |
commit | 9f09248308f63cd9413df0919c40bedb78dd260f (patch) | |
tree | a4b01d4f330c13357622bcb281ef260be5bbf624 /www/p5-libapreq2/Makefile | |
parent | fe58b3bbcfbc35ca039cbad01f8817cc14bc55c3 (diff) | |
download | ports-9f09248308f63cd9413df0919c40bedb78dd260f.tar.gz ports-9f09248308f63cd9413df0919c40bedb78dd260f.zip |
- Update to 2.05. Unbreak.
PR: ports/81336
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=135845
Diffstat (limited to 'www/p5-libapreq2/Makefile')
-rw-r--r-- | www/p5-libapreq2/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile index 978acd76133a..27614fc7567d 100644 --- a/www/p5-libapreq2/Makefile +++ b/www/p5-libapreq2/Makefile @@ -6,25 +6,20 @@ # PORTNAME= libapreq2 -PORTVERSION= 2.04r03 +PORTVERSION= 2.05 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR=libapreq PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/_/}-dev +DISTNAME= ${PORTNAME}-${PORTVERSION}-dev MAINTAINER= autrijus@autrijus.org COMMENT= Generic Apache2 Request Library -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2.pm:${PORTSDIR}/www/mod_perl2 \ - ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \ - ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ + ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Broken due the new mod_perl2 API - -CONFLICTS= p5-libapreq-[0-9]* - WITH_APACHE2= yes INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 |