23 lines
393 B
Makefile
23 lines
393 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:35:54 espie Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
COMMENT = RFC 2553 getaddrinfo and getnameinfo functions
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Socket-GetAddrInfo-0.21
|
|
REVISION = 0
|
|
CATEGORIES = net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
BUILD_DEPENDS = devel/p5-ExtUtils-CChecker>=0.06
|
|
|
|
.include <bsd.port.mk>
|