aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Filter-Chain/Makefile
blob: 5bd8f1eb8ffdd41c8189ee26a7f4449c302b9498 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	Text-Filter-Chain
PORTVERSION=	0.02
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Chains multiple Text::Filter objects and runs them in sequence

BUILD_DEPENDS=	p5-Text-Filter>=0:textproc/p5-Text-Filter

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>