mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
e6fe33b2c8
PR: ports/53657 Submitted by: "parv" Approved by maintainer timeout
32 lines
724 B
Makefile
32 lines
724 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
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}/tutorial
|
|
${INSTALL_DATA} ${WRKSRC}/tutorial/* ${DOCSDIR}/tutorial
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|