openbsd-ports/math/p5-Math-Base36/Makefile

20 lines
404 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:47 naddy Exp $
COMMENT = encoding and decoding of base36 strings
MODULES = cpan
PKG_ARCH = *
DISTNAME = Math-Base36-0.14
CATEGORIES = math
2011-04-05 17:19:01 -04:00
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
# Perl
PERMIT_PACKAGE_CDROM = Yes
TEST_DEPENDS = devel/p5-Test-Exception \
devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>