freebsd-ports/devel/p5-Parse-RecDescent/Makefile
2003-04-22 13:48:46 +00:00

25 lines
588 B
Makefile

# New ports collection makefile for: p5-Parse-RecDescent
# Date created: July 9th 1999
# Whom: Jerry Hicks <wghicks@bellsouth.net>
#
# $FreeBSD$
#
PORTNAME= Parse-RecDescent
PORTVERSION= 1.94
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parse
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.Org
COMMENT= A recursive descent parsing framework for Perl
BUILD_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= Parse::RecDescent.3
.include <bsd.port.mk>