17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 20:52:06 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>
|