mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
313 B
Makefile
19 lines
313 B
Makefile
COMMENT = RFC 2553 getaddrinfo and getnameinfo functions
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Socket-GetAddrInfo-0.22
|
|
REVISION = 2
|
|
CATEGORIES = net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
BUILD_DEPENDS = devel/p5-ExtUtils-CChecker>=0.06
|
|
|
|
.include <bsd.port.mk>
|