openbsd-ports/converters/p5-IDNA-Punycode/Makefile
msf 372dc54c82 Initial import of IDNA-Punycode-0.02
IDNA::Punycode is a module to encode/decode Unicode strings into
Punycode, an efficient encoding of Unicode for use with IDNA.

ok sturm@
2004-06-01 02:12:53 +00:00

24 lines
490 B
Makefile

# $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>