31b139bb06
PR: ports/176800 Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer)
21 lines
436 B
Makefile
21 lines
436 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.026
|
|
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= yes
|
|
|
|
MAN3= Regexp::Grammars.3
|
|
|
|
.include <bsd.port.mk>
|