1c514a574f
Math::Base36 perl module converts to and from Base36 numbers (0..9 - A..Z).
16 lines
319 B
Makefile
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>
|