opnsense-ports/math/py-permutation/Makefile
Franco Fichtner 684b150d66 */*: sync with upstream
Taken from: HardenedBSD
2019-01-22 07:14:30 +01: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>