freebsd-ports/math/py-permutation/Makefile
Yuri Victorovich 2fed156f70 math/py-permutation: Update 0.1.1 -> 0.2.0
Reported by:	portscout
2019-01-21 09:09:07 +00:00

21 lines
391 B
Makefile

# $FreeBSD$
PORTNAME= permutation
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
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>