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

19 lines
389 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/04/18 23:44:51 sthen Exp $
COMMENT = encoding and decoding of base36 strings
MODULES = cpan
DISTNAME = Math-Base36-0.12
CATEGORIES = math
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>