freebsd-ports/textproc/p5-Regexp-Common-net-CIDR/Makefile

19 lines
382 B
Makefile
Raw Normal View History

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Regexp-Common-net-CIDR
2015-06-13 21:40:09 +02:00
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>