25 lines
396 B
Makefile
25 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:23:55 espie Exp $
|
|
|
|
SHARED_ONLY = yes
|
|
|
|
COMMENT = efficient generation of combinatorial sequences
|
|
|
|
DISTNAME = Algorithm-Combinatorics-0.27
|
|
REVISION = 0
|
|
CATEGORIES = math
|
|
|
|
CPAN_AUTHOR = FXN
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MODULES = cpan
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|