aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-DetectWS/Makefile
blob: b0acc29df64ae56829a484a27729588ed19d25cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	XML-Filter-DetectWS
PORTVERSION=	0.01
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	PerlSAX filter that detects ignorable whitespace
WWW=		https://metacpan.org/release/XML-Filter-DetectWS

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-XML-Filter-SAXT>=0:textproc/p5-XML-Filter-SAXT

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>