mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# New ports collection makefile for: p5-ParseLex
|
|
# Date created: 16 February 2004
|
|
# Whom: Jim Pirzyk <pirzyk@uiuc.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ParseLex
|
|
PORTVERSION= 2.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pirzyk@freebsd.org
|
|
COMMENT= Object-oriented generator of lexical analyzers
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Parse::Lex.3 Parse::Token.3 Parse::YYLex.3 Parse::LexEvent.3 \
|
|
Parse::CLex.3 Parse::Template.3
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/lib/Parse/*.orig
|
|
|
|
.include <bsd.port.mk>
|