mirror of https://git.FreeBSD.org/ports.git
19 lines
380 B
Makefile
19 lines
380 B
Makefile
PORTNAME= Regexp-Common
|
|
PORTVERSION= 2017060201
|
|
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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|