22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= permutation
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.0-2
|
|
DISTVERSIONSUFFIX= -g42654bb
|
|
CATEGORIES= math python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Permutations of finitely many positive integers
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jwodder
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|