aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-POSIX-Regex/Makefile
blob: 5ba6d992001049e80781756390aa1745a47811bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	p5-POSIX-Regex
# Date created:		2006-08-19
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

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

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

RUN_DEPENDS=	p5-version>=0:${PORTSDIR}/devel/p5-version

PERL_MODBUILD=	yes

MAN3=		POSIX::Regex.3

.include <bsd.port.mk>