Tweak textproc/p5-XML-Filter-DetectWS version 0.01
[dports.git] / textproc / p5-XML-Filter-DetectWS / Makefile
1 # Created by: Sergey Skvortsov <skv@FreeBSD.org>
2 # $FreeBSD: textproc/p5-XML-Filter-DetectWS/Makefile 327773 2013-09-20 23:17:30Z bapt $
3
4 PORTNAME=       XML-Filter-DetectWS
5 PORTVERSION=    0.01
6 CATEGORIES=     textproc perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        PerlSAX filter that detects ignorable whitespace
12
13 RUN_DEPENDS=    p5-XML-Filter-SAXT>=0:${PORTSDIR}/textproc/p5-XML-Filter-SAXT
14 BUILD_DEPENDS:= ${RUN_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 MAN3=           XML::Filter::DetectWS.3
20
21 NO_STAGE=       yes
22 .include <bsd.port.mk>