Update www/piwik to version 2.4.1
[dports.git] / lang / p5-Marpa / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Marpa
5 PORTVERSION=    0.208
6 CATEGORIES=     lang textproc perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:JKEGL
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-${PORTVERSION}000
11
12 MAINTAINER=     sunpoet@FreeBSD.org
13 COMMENT=        Parse any Language You Can Describe in BNF
14
15 BUILD_DEPENDS=  p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
16                 p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USE_PERL5=      configure
20 USES=           perl5
21
22 .include <bsd.port.mk>