freebsd-ports/textproc/p5-Regexp-Common-net-CIDR/Makefile
2021-04-06 16:31:07 +02:00

18 lines
382 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Regexp-Common-net-CIDR
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide patterns for CIDR blocks
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Regexp-Common>0:textproc/p5-Regexp-Common
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>