2003-05-19 17:41:35 +02:00
|
|
|
# New ports collection makefile for: Text-Glob
|
|
|
|
# Date created: 19 May 2003
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Glob
|
2007-05-27 19:28:21 +02:00
|
|
|
PORTVERSION= 0.08
|
2003-05-19 17:41:35 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-05-19 17:41:35 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= Match globbing patterns against text
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Glob.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|