26 lines
473 B
Makefile
26 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/08/23 15:50:06 sthen 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
BUILD_DEPENDS = devel/p5-ExtUtils-CChecker>=0.06
|
|
|
|
.include <bsd.port.mk>
|