2001-09-16 22:46:10 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Text-Balanced
|
|
|
|
# Date created: 16 Sep 2001
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Balanced
|
2009-07-30 13:15:14 +02:00
|
|
|
PORTVERSION= 2.02
|
2001-09-16 22:46:10 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-09-16 22:46:10 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-05-02 13:24:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-11 04:28:25 +02:00
|
|
|
COMMENT= Extract delimited text sequences from strings
|
2001-09-16 22:46:10 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Balanced.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|