mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
cedf3f8bd7
- Mark NO_ARCH PR: 2016060801 Approved by: maintainer timeout (tobez, 45 days)
21 lines
406 B
Makefile
21 lines
406 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Regexp-Common
|
|
PORTVERSION= 2016060801
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Regexp::Common - Provide commonly requested regular expressions
|
|
|
|
LICENSE= ART10 ART20 BSD3CLAUSE MIT
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|