19 lines
380 B
Makefile
19 lines
380 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
PORTNAME= Regexp-Common
|
|
PORTVERSION= 2017060201
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= des@FreeBSD.org
|
|
COMMENT= Provide commonly requested Perl regular expressions
|
|
|
|
LICENSE= ART10 ART20 BSD3CLAUSE MIT
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|