2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
2008-08-06 15:35:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= File-Stream
|
2011-03-25 08:05:18 +01:00
|
|
|
PORTVERSION= 2.30
|
2010-09-14 01:39:45 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-08-06 15:35:03 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-11-03 03:54:10 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-08-06 15:35:03 +02:00
|
|
|
COMMENT= Regular expression delimited records from streams
|
|
|
|
|
2011-03-25 08:05:18 +01:00
|
|
|
RUN_DEPENDS= p5-YAPE-Regex>=4.00:${PORTSDIR}/textproc/p5-YAPE-Regex
|
2008-08-06 15:35:03 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2008-08-06 15:35:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|