summaryrefslogblamecommitdiff
path: root/devel/p5-Parse-RecDescent/Makefile
blob: 10a864aea082e89a3e69c4908374d8a7d0c6b651 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                           


                                                                           
           

 
                                
                    


                                        
                   
 
                                 
                                                              
 


                                                                                   
                   
 
                                   
 
                      
# 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>