openbsd-ports/converters/p5-Convert-Base32/Makefile

19 lines
328 B
Makefile
Raw Normal View History

# $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
2017-12-04 12:56:27 -05:00
FIX_EXTRACT_PERMISSIONS =Yes
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
2013-03-10 21:30:26 -04:00
TEST_DEPENDS = devel/p5-Test-Exception
.include <bsd.port.mk>