1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/p5-XML-SAX-Expat-Incremental/Makefile

25 lines
610 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-SAX-Expat-Incremental
PORTVERSION= 0.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= XML::SAX::Expat subclass for non-blocking (incremental)
RUN_DEPENDS= p5-XML-Parser>0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-SAX-Expat>0:${PORTSDIR}/textproc/p5-XML-SAX-Expat
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
MAN3= XML::SAX::Expat::Incremental.3
NO_STAGE= yes
.include <bsd.port.mk>