blob: 8927eb8739f735fe8712bc4be8e0ca9873128716 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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= tobez@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>
|