26 lines
471 B
Makefile
26 lines
471 B
Makefile
# $OpenBSD: Makefile,v 1.13 2015/05/01 13:16:54 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Internationalizing Domain Names in Applications
|
|
|
|
DISTNAME= Net-IDN-Encode-2.202
|
|
CATEGORIES= net converters
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
CPAN_AUTHOR= CFAERBER
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
RUN_DEPENDS= converters/p5-Net-IDN-Nameprep
|
|
TEST_DEPENDS= devel/p5-Test-NoWarnings \
|
|
devel/p5-Test-Pod-Coverage \
|
|
devel/p5-Test-Pod
|
|
|
|
.include <bsd.port.mk>
|