openbsd-ports/net/p5-Socket-GetAddrInfo/Makefile
sthen 74caf0b7ec sync PLISTs and remove SHARED_ONLY; these ports changed from using
XS modules to being pure perl following the update to 5.16.3
2013-03-25 23:29:55 +00:00

21 lines
374 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/25 23:29:55 sthen Exp $
COMMENT = RFC 2553 getaddrinfo and getnameinfo functions
MODULES = cpan
DISTNAME = Socket-GetAddrInfo-0.22
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>