2010-09-30 16:20:22 +02:00
|
|
|
# Ports collection makefile for: p5-Regexp-Grammars
|
|
|
|
# Date created: Mon Sep 27, 2010
|
|
|
|
# Whom: Dan Rench <citric@cubicone.tmetic.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Regexp-Grammars
|
2012-08-24 10:10:46 +02:00
|
|
|
PORTVERSION= 1.021
|
2010-09-30 16:20:22 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= citric@cubicone.tmetic.com
|
|
|
|
COMMENT= Add grammatical parsing features to Perl 5.10 regexes
|
|
|
|
|
2012-12-16 07:12:28 +01:00
|
|
|
PERL_MODBUILD= yes
|
2010-09-30 16:20:22 +02:00
|
|
|
|
|
|
|
MAN3= Regexp::Grammars.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|