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

21 lines
381 B
Makefile

# $OpenBSD: Makefile,v 1.3 2016/03/20 19:56:53 naddy Exp $
COMMENT = check validity of IPv6 addresses
DISTNAME = Net-IPv6Addr-0.2
CATEGORIES = net
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
PKG_ARCH = *
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = math/p5-Math-Base85 \
net/p5-Net-IPv4Addr
.include <bsd.port.mk>