openbsd-ports/math/p5-Math-Base36/Makefile
sthen 1c514a574f import ports/math/p5-Math-Base36, from Mikolaj Kucharski.
Math::Base36 perl module converts to and from Base36 numbers (0..9 - A..Z).
2010-01-07 11:17:40 +00:00

16 lines
319 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/01/07 11:17:40 sthen Exp $
COMMENT = encoding and decoding of base36 strings
MODULES = cpan
DISTNAME = Math-Base36-0.07
CATEGORIES = math
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>