26 lines
521 B
Makefile
26 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/10/18 17:06:06 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Internationalizing Domain Names in Applications
|
|
|
|
DISTNAME= Net-IDN-Encode-1.100
|
|
REVISION= 0
|
|
CATEGORIES= net converters
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= :p5-Net-IDN-Nameprep->=1.100:converters/p5-Net-IDN-Nameprep
|
|
REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|