freebsd-ports/textproc/p5-XML-SAX-Expat-Incremental/Makefile

26 lines
623 B
Makefile
Raw Normal View History

# 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
2007-09-24 10:04:07 +02:00
PORTVERSION= 0.05
CATEGORIES= textproc perl5
2007-09-24 10:04:07 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= XML::SAX::Expat subclass for non-blocking (incremental)
2007-09-24 10:04:07 +02:00
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}
PERL_CONFIGURE= yes
MAN3= XML::SAX::Expat::Incremental.3
.include <bsd.port.mk>