f5b73b622c
Correct the package information accordingly.
25 lines
446 B
Makefile
25 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/04/07 03:42:53 jim Exp $
|
|
|
|
SHARED_ONLY = yes
|
|
|
|
COMMENT = efficient generation of combinatorial sequences
|
|
|
|
DISTNAME = Algorithm-Combinatorics-0.27
|
|
CATEGORIES = math
|
|
|
|
CPAN_AUTHOR = FXN
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|