1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/p5-ParseLex/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

26 lines
606 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.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN/Parse
PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Object-oriented generator of lexical analyzers
BUILD_DEPENDS= p5-ParseTemplate>=3.01:${PORTSDIR}/devel/p5-ParseTemplate
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Parse::ALex.3 Parse::Lex.3 Parse::Token.3 Parse::YYLex.3 \
Parse::LexEvent.3 Parse::CLex.3 Parse::Trace.3
.include <bsd.port.mk>