17 lines
281 B
Makefile
17 lines
281 B
Makefile
COMMENT = encoding and decoding of base32 (RFC4648) strings
|
|
|
|
DISTNAME = Convert-Base32-0.06
|
|
REVISION = 0
|
|
|
|
CATEGORIES = converters
|
|
FIX_EXTRACT_PERMISSIONS =Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|