17 lines
332 B
Makefile
17 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/19 07:23:10 espie Exp $
|
|
|
|
COMMENT = encoding and decoding of base36 strings
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Math-Base36-0.07
|
|
CATEGORIES = math
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
.include <bsd.port.mk>
|