17 lines
284 B
Makefile
17 lines
284 B
Makefile
# $OpenBSD: Makefile,v 1.7 2020/12/16 05:36:27 benoit Exp $
|
|
|
|
COMMENT = module handles numbers in base 85
|
|
|
|
DISTNAME = Math-Base85-0.5
|
|
CATEGORIES = math
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|