mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
30 lines
650 B
Makefile
30 lines
650 B
Makefile
# Created by: Jerry Hicks <wghicks@bellsouth.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Parse-RecDescent
|
|
PORTVERSION= 1.967.009
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Recursive descent parsing framework for Perl
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Warn>=0:devel/p5-Test-Warn
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/tutorial
|
|
${INSTALL_DATA} ${WRKSRC}/tutorial/* ${STAGEDIR}${DOCSDIR}/tutorial
|
|
|
|
.include <bsd.port.mk>
|