openbsd-ports/converters/p5-Net-IDN-Nameprep/Makefile

19 lines
373 B
Makefile
Raw Normal View History

2013-03-10 21:30:26 -04:00
# $OpenBSD: Makefile,v 1.13 2013/03/11 01:30:28 espie Exp $
COMMENT= stringprep profile for Internationalized Domain Names
2013-02-02 12:29:00 -05:00
DISTNAME= Net-IDN-Nameprep-1.101
CATEGORIES= converters net
# perl
PERMIT_PACKAGE_CDROM = Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= converters/p5-Unicode-Stringprep
2013-03-10 21:30:26 -04:00
TEST_DEPENDS= devel/p5-Test-NoWarnings
.include <bsd.port.mk>