c586332276
non-blocking (incremental).
31 lines
927 B
Makefile
31 lines
927 B
Makefile
# New ports collection makefile for: textproc/p5-XML-SAX-Expat-Incremental
|
|
# Date created: 22 December 2005
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-SAX-Expat-Incremental
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= XML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= XML::SAX::Expat subclass for non-blocking (incremental)
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception \
|
|
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
${SITE_PERL}/XML/SAX/Expat.pm:${PORTSDIR}/textproc/p5-XML-SAX-Expat
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::SAX::Expat::Incremental.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6 or later. Install lang/perl5 or lang/perl5.8, and try again
|
|
.endif
|
|
.include <bsd.port.post.mk>
|