mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
239 B
Makefile
19 lines
239 B
Makefile
COMMENT = Perl bindings for GNU Libidn2
|
|
|
|
DISTNAME = Net-LibIDN2-1.02
|
|
|
|
CATEGORIES = net
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c idn2 perl
|
|
|
|
MODULES = cpan
|
|
|
|
LIB_DEPENDS = devel/libidn2
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|