summaryrefslogtreecommitdiff
path: root/textproc/p5-Regexp-Common/Makefile
blob: a6276021b862d4300400fd3684017afd8c4aa025 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Regexp-Common
PORTVERSION=	2024080801
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	des@FreeBSD.org
COMMENT=	Provide commonly requested Perl regular expressions
WWW=		https://metacpan.org/release/Regexp-Common

LICENSE=	ART10 ART20 BSD3CLAUSE MIT
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Test-Regexp>0:textproc/p5-Test-Regexp

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>