aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-POSIX-Regex/Makefile
blob: 36423901c156f6b846a50a157ac6810ac8e94f05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	POSIX-Regex
PORTVERSION=	1.0003
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	OO interface for the gnu regex engine

PERL_CONFIGURE=	yes

MAN3=		POSIX::Regex.3

.include <bsd.port.mk>