aboutsummaryrefslogtreecommitdiff
path: root/www/p5-AxKit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-AxKit/Makefile')
-rw-r--r--www/p5-AxKit/Makefile87
1 files changed, 0 insertions, 87 deletions
diff --git a/www/p5-AxKit/Makefile b/www/p5-AxKit/Makefile
deleted file mode 100644
index 53908d3b4ddc..000000000000
--- a/www/p5-AxKit/Makefile
+++ /dev/null
@@ -1,87 +0,0 @@
-# Ports collection Makefile for: AxKit
-# Date created: 17 Jan 2001
-# Whom: dom@happygiraffe.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= AxKit
-PORTVERSION= 1.7
-PORTREVISION= 2
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_APACHE}
-MASTER_SITE_SUBDIR= xml/axkit
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= XML Delivery Toolkit for Apache/Perl
-
-RUN_DEPENDS= \
- ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
- ${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq \
- ${SITE_PERL}/${PERL_ARCH}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test \
- ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath \
- ${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}/${PERL_ARCH}/XML/Sablotron.pm:${PORTSDIR}/textproc/p5-XML-Sablotron \
- ${SITE_PERL}/Perl/Tidy.pm:${PORTSDIR}/devel/perltidy \
- ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
- ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-MAN3= \
- Apache::AxKit::DirHandler.3 \
- Apache::AxKit::Language.3 \
- Apache::AxKit::Language::AxPoint.3 \
- Apache::AxKit::Language::HtmlDoc.3 \
- Apache::AxKit::Language::SAXMachines.3 \
- Apache::AxKit::Language::XPathScript.3 \
- Apache::AxKit::Language::XSP.3 \
- Apache::AxKit::Language::XSP::Preload.3 \
- Apache::AxKit::Language::XSP::SimpleTaglib.3 \
- Apache::AxKit::Language::XSP::TaglibHelper.3 \
- Apache::AxKit::LibXMLSupport.3 \
- Apache::AxKit::MediaChooser::WAPCheck.3 \
- Apache::AxKit::Plugin::Fragment.3 \
- Apache::AxKit::Plugin::Passthru.3 \
- Apache::AxKit::Plugin::QueryStringCache.3 \
- Apache::AxKit::Provider.3 \
- Apache::AxKit::Provider::POST.3 \
- Apache::AxKit::Provider::FileWrite.3 \
- Apache::AxKit::StyleChooser::Cookie.3 \
- Apache::AxKit::StyleChooser::FileSuffix.3 \
- Apache::AxKit::StyleChooser::PathInfo.3 \
- Apache::AxKit::StyleChooser::QueryString.3 \
- Apache::AxKit::StyleChooser::UserAgent.3 \
- AxKit.3
-
-USE_APACHE_RUN= 13
-USE_ICONV= yes
-PERL_CONFIGURE= yes
-CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' \
- LIBS='-L${LOCALBASE}/lib' \
- OPTIMIZE="${CFLAGS}"
-CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL='--defaultdeps'
-
-PORTEXAMPLES= *
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500903
-RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
-.endif
-
-post-install:
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/axkit.org ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.post.mk>