19 lines
328 B
Makefile
19 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:34 sthen Exp $
|
|
|
|
COMMENT = encoding and decoding of base32 (RFC4648) strings
|
|
|
|
DISTNAME = Convert-Base32-0.06
|
|
|
|
CATEGORIES = converters
|
|
FIX_EXTRACT_PERMISSIONS =Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|