blob: 2ba9278c21c5f4c927f40f8e02e2c99de46354e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= ParseLex
PORTVERSION= 2.21
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN/Parse
PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Object-oriented generator of lexical analyzers
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-ParseTemplate>=3.01:devel/p5-ParseTemplate
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|