2013-03-25 19:29:55 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2013/03/25 23:29:55 sthen Exp $
|
2011-05-06 04:55:26 -04:00
|
|
|
|
|
|
|
COMMENT = RFC 2553 getaddrinfo and getnameinfo functions
|
|
|
|
|
|
|
|
MODULES = cpan
|
2013-03-21 17:32:43 -04:00
|
|
|
DISTNAME = Socket-GetAddrInfo-0.22
|
2013-03-25 19:29:55 -04:00
|
|
|
REVISION = 0
|
2011-05-06 04:55:26 -04:00
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-08-23 11:50:05 -04:00
|
|
|
WANTLIB += c
|
|
|
|
|
2011-05-06 04:55:26 -04:00
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
|
|
|
|
BUILD_DEPENDS = devel/p5-ExtUtils-CChecker>=0.06
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|