aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Balanced/Makefile
blob: 963931c8abb8491f77af23a953cbe80216a529ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Text-Balanced
PORTVERSION=	2.02
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Extract delimited text sequences from strings

USES=		perl5
USE_PERL5=	configure

MAN3=		Text::Balanced.3

.include <bsd.port.mk>