26 lines
471 B
Makefile
Raw Normal View History

2015-05-01 13:16:54 +00:00
# $OpenBSD: Makefile,v 1.13 2015/05/01 13:16:54 ajacoutot Exp $
2015-05-01 13:16:54 +00:00
SHARED_ONLY= Yes
2015-05-01 13:16:54 +00:00
COMMENT= Internationalizing Domain Names in Applications
2015-05-01 13:16:54 +00:00
DISTNAME= Net-IDN-Encode-2.202
CATEGORIES= net converters
# perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 14:54:31 +00:00
MODULES= cpan
2013-02-02 17:29:14 +00:00
CPAN_AUTHOR= CFAERBER
CONFIGURE_STYLE= modbuild
2015-05-01 13:16:54 +00:00
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>