mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
29f4e93c87
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D15104
23 lines
391 B
Makefile
23 lines
391 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= multichoose
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.3-2
|
|
DISTVERSIONSUFFIX= -g3b8d14e
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Generate multiset combinations (n multichoose k)
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python shebangfix
|
|
SHEBANG_FILES= *.py
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ekg
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|