naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

23 lines
450 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:53 naddy Exp $
COMMENT = perl module for IPv4/IPv6 address parsing
MODULES = cpan
DISTNAME = Net-IP-XS-0.13
CATEGORIES = net
MAINTAINER = Florian Obser <florian+ports@narrans.de>
# GPL
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = perl
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-IO-Capture \
net/p5-IP-Country \
devel/p5-Tie-Simple
TEST_DEPENDS = devel/p5-Test-Pod
.include <bsd.port.mk>