23 lines
436 B
Makefile
23 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.23 2019/07/12 20:43:51 sthen Exp $
|
|
|
|
COMMENT = Internationalizing Domain Names in Applications
|
|
|
|
DISTNAME = Net-IDN-Encode-2.500
|
|
|
|
CATEGORIES = net converters
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = converters/p5-Net-IDN-Nameprep
|
|
TEST_DEPENDS = devel/p5-Test-NoWarnings
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|