1f9fd9d911
This module handles numbers in base 85, via strings and Math::BigInt. Tweaks and ok jasper@
19 lines
360 B
Makefile
19 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/27 21:08:50 benoit Exp $
|
|
|
|
COMMENT = module handles numbers in base 85
|
|
|
|
DISTNAME = Math-Base85-0.2
|
|
CATEGORIES = math
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|