aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-POSIX-Regex/Makefile
blob: 79deb7e85f2a07d12fa4e7dc430e9d9c3fce8bf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	POSIX-Regex
PORTVERSION=	1.0003
PORTREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	OO interface for the gnu regex engine
WWW=		https://metacpan.org/release/POSIX-Regex

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>