15 lines
223 B
Makefile
15 lines
223 B
Makefile
|
COMMENT = module handles numbers in base 85
|
||
|
|
||
|
DISTNAME = Math-Base85-0.5
|
||
|
CATEGORIES = math
|
||
|
|
||
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|