freebsd-ports/devel/p5-Regexp-Grammars/Makefile
Andrej Zverev 10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00

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.021
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>