9f1fd52048
This module provides functions to convert string from/to RFC4648 Base32 encoding, designed to encode non-ASCII characters in DNS-compatible host name parts (A..Z, 2..7).
20 lines
383 B
Makefile
20 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/11 13:40:20 sthen Exp $
|
|
|
|
COMMENT = encoding and decoding of base32 (RFC4648) strings
|
|
|
|
DISTNAME = Convert-Base32-0.05
|
|
|
|
CATEGORIES = converters
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|