073942c880
Approved by: portmgr (blanket infrastructure)
21 lines
558 B
Makefile
21 lines
558 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
|
|
|
|
.include <bsd.port.mk>
|