freebsd-ports/textproc/p5-XML-SAX-Expat-Incremental/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
538 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-SAX-Expat-Incremental
PORTVERSION= 0.05
PORTREVISION= 1
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:textproc/p5-XML-Parser \
p5-XML-SAX-Expat>0:textproc/p5-XML-SAX-Expat
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>