Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Perl6-Rules / Makefile
1 # Created by: chinsan
2 # $FreeBSD$
3
4 PORTNAME=       Perl6-Rules
5 PORTVERSION=    0.03
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Implements (most of) the Perl 6 regex syntax
13
14 BUILD_DEPENDS=  p5-Attribute-Handlers>=0:${PORTSDIR}/devel/p5-Attribute-Handlers \
15                 p5-Filter-Simple>=0:${PORTSDIR}/textproc/p5-Filter-Simple
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>