freebsd-ports/textproc/p5-XML-Filter-BufferText/Makefile
Sergey Skvortsov 33363cb194 Update to 1.01
2003-07-10 11:50:57 +00:00

25 lines
576 B
Makefile

# New ports collection makefile for: XML-Filter-BufferText
# Date created: 17 March 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-Filter-BufferText
PORTVERSION= 1.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Filter to put all characters() in one event
RUN_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Filter::BufferText.3
.include <bsd.port.mk>