28 lines
511 B
Makefile
28 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/08/23 14:54:31 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Internationalizing Domain Names in Applications
|
|
|
|
DISTNAME= Net-IDN-Encode-1.100
|
|
REVISION= 2
|
|
CATEGORIES= net converters
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= converters/p5-Net-IDN-Nameprep>=1.100
|
|
REGRESS_DEPENDS=devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|