openbsd-ports/converters/p5-IDNA-Punycode/Makefile

24 lines
490 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2004/06/01 02:12:53 msf Exp $
COMMENT= "encodes Unicode strings in Punycode"
DISTNAME= IDNA-Punycode-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>