1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/p5-ParseLex/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

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>