pkgsrc-wip/p5-AxKit/Makefile
Adam Migus 44251bd2c7 AxKit is an XML Application Server for Apache. It provides on-the-fly
conversion from XML to any format, such as HTML, WAP or text using
either W3C standard techniques, or flexible custom code. AxKit also
uses a built-in Perl interpreter to provide some amazingly powerful
techniques for XML transformation. 

The web site for AxKit is http://axkit.org/. There you will find lots
more documentation and example code. The complete source for axkit.org
is included in this distribution in the axkit.org directory.
2003-12-30 06:21:26 +00:00

38 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/12/30 06:21:26 amigus Exp $
#
DISTNAME= AxKit-1.6.2
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5axk
WRKSRC= ${WRKDIR}/AxKit-1.62
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= adam@migus.org
HOMEPAGE= http://axkit.org/
COMMENT= AxKit is an XML Application Server for Apache
DEPENDS+= p5-Compress-Zlib>=1.21:../../devel/p5-Compress-Zlib
DEPENDS+= p5-Digest-MD5>=2.09:../../security/p5-Digest-MD5
DEPENDS+= p5-Error>=0.14:../../devel/p5-Error
DEPENDS+= p5-libapreq>=0.31_03:../../wip/p5-Apache-Request
DEPENDS+= p5-File-Spec>=0.82:../../devel/p5-File-Spec
DEPENDS+= p5-Apache-Test>=1.00:../../wip/p5-Apache-Test
DEPENDS+= p5-XML-Parser>=2.27:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-XPath>=1.00:../../textproc/p5-XML-XPath
DEPENDS+= p5-XML-LibXML>=1.51:../../textproc/p5-XML-LibXML
DEPENDS+= p5-XML-LibXSLT>=1.49:../../wip/p5-XML-LibXSLT
DEPENDS+= p5-XML-Sablotron>=0.40:../../wip/p5-XML-Sablotron
DEPENDS+= p5-Perl-Tidy-20031021:../../wip/p5-Perl-Tidy
.include "../../textproc/libxml2/buildlink2.mk"
DEPENDS+= ${BUILDLINK_DEPENDS.libxml2}
.include "../../www/ap-perl/buildlink2.mk"
DEPENDS+= ${BUILDLINK_DEPENDS.ap-perl}
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/AxKit/.packlist
.include "../../converters/libiconv/buildlink2.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"