2000-12-31 06:15:39 +01:00
|
|
|
# New ports collection makefile for: textproc/p5-DelimMatch
|
|
|
|
# Date created: 28 December 2000
|
|
|
|
# Whom: Anton Berezin <tobez@tobez.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DelimMatch
|
2002-10-28 16:24:36 +01:00
|
|
|
PORTVERSION= 1.05
|
2000-12-31 06:15:39 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2002-01-22 17:48:41 +01:00
|
|
|
MASTER_SITES= http://nwalsh.com/perl/delimmatch/
|
2000-12-31 06:15:39 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-06-12 21:25:41 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl extension to find regexp delimited strings with proper nesting
|
2000-12-31 06:15:39 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::DelimMatch.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|