openbsd-ports/net/p5-Net-LibIDN2/Makefile

20 lines
252 B
Makefile

COMMENT = Perl bindings for GNU Libidn2
DISTNAME = Net-LibIDN2-1.01
REVISION = 0
CATEGORIES = net
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c idn2 perl
MODULES = cpan
LIB_DEPENDS = devel/libidn2
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>