18 lines
342 B
Makefile
18 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.10 2016/03/20 19:56:51 naddy Exp $
|
|
|
|
COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Net-CIDR-Lite-0.21
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Matteo Cantoni <matteo.cantoni@gmail.com>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|