18 lines
322 B
Makefile
18 lines
322 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:35:54 espie Exp $
|
|
|
|
COMMENT= provide patterns for CIDR blocks
|
|
|
|
MODULES= cpan
|
|
REVISION= 0
|
|
|
|
DISTNAME= Regexp-Common-net-CIDR-0.02
|
|
CATEGORIES= net textproc
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Regexp-Common
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|