594f2b2f8a
Changelog: http://search.cpan.org/src/DCONWAY/Regexp-Grammars-1.012/Changes PR: ports/152251 Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer)
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# Ports collection makefile for: p5-Regexp-Grammars
|
|
# Date created: Mon Sep 27, 2010
|
|
# Whom: Dan Rench <citric@cubicone.tmetic.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Regexp-Grammars
|
|
PORTVERSION= 1.012
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= citric@cubicone.tmetic.com
|
|
COMMENT= Add grammatical parsing features to Perl 5.10 regexes
|
|
|
|
PERL_MODBUILD= 5.10+
|
|
|
|
MAN3= Regexp::Grammars.3
|
|
|
|
.include <bsd.port.mk>
|