diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-27 09:55:12 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-27 09:55:12 +0000 |
commit | d91f5feda84a62cc6466c80922b5433c40cc66ad (patch) | |
tree | a8edffce12c150d991fb91e7b3f012e8288ae5b8 /textproc | |
parent | 40bad54364461423c57572adebff8df1fe17045b (diff) | |
download | ports-d91f5feda84a62cc6466c80922b5433c40cc66ad.tar.gz ports-d91f5feda84a62cc6466c80922b5433c40cc66ad.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Apache-XBEL/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/p5-Apache-XBEL/Makefile b/textproc/p5-Apache-XBEL/Makefile index 67f164a0b97a..361bddd67c3b 100644 --- a/textproc/p5-Apache-XBEL/Makefile +++ b/textproc/p5-Apache-XBEL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-XBEL -PORTVERSION= 1.3 +PORTVERSION= 13 PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN @@ -19,7 +19,10 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/mod_perl \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now +EXPIRATION_DATE= one week after FreeBSD 9.0-RELEASE-p0 MAKE_JOBS_SAFE= yes |