ports/math/py-permutation/Makefile
Yuri Victorovich 32ae6ae6bf math/py-permutation: Update 0.1.0-2 -> 0.1.1
Reported by:	portscout
2018-09-19 17:41:53 +00:00

21 lines
391 B
Makefile

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