a4577c7171
If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
17 lines
292 B
Makefile
17 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/17 14:46:34 danj Exp $
|
|
|
|
COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Net-CIDR-Lite-0.21
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|