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>
|