25 lines
425 B
Makefile
Raw Normal View History

2013-03-11 01:30:26 +00:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 01:30:28 espie Exp $
SHARED_ONLY= Yes
COMMENT= Internationalizing Domain Names in Applications
2013-02-02 17:29:14 +00:00
DISTNAME= Net-IDN-Encode-1.102
CATEGORIES= net converters
# perl
PERMIT_PACKAGE_CDROM = Yes
2012-08-23 14:54:31 +00:00
WANTLIB += c
MODULES= cpan
2013-02-02 17:29:14 +00:00
CPAN_AUTHOR= CFAERBER
CONFIGURE_STYLE= modbuild
2010-11-26 07:18:59 +00:00
RUN_DEPENDS= converters/p5-Net-IDN-Nameprep>=1.100
2013-03-11 01:30:26 +00:00
TEST_DEPENDS= devel/p5-Test-NoWarnings
.include <bsd.port.mk>