2006-05-31 00:13:43 +02:00
|
|
|
# New ports collection makefile for: p5-Parse-Flex
|
|
|
|
# Date created: 30 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Parse-Flex
|
2008-08-06 02:14:40 +02:00
|
|
|
PORTVERSION= 0.12
|
2006-05-31 00:13:43 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-31 00:13:43 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-31 00:13:43 +02:00
|
|
|
COMMENT= The Fastest Lexer in the West
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Parse::Flex.3 Parse::Flex::Generate.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|