21 lines
412 B
Makefile
21 lines
412 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:45:28 sthen Exp $
|
|
|
|
COMMENT = encoding and decoding of base36 strings
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Math-Base36-0.14
|
|
CATEGORIES = math
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception \
|
|
devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
|
|
.include <bsd.port.mk>
|