1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/py-monty/Makefile
Yuri Victorovich 38e4278ac8 devel/py-monty: Update 1.0.5 -> 1.0.6
Reported by:	portscout
2019-03-06 03:46:07 +00:00

22 lines
449 B
Makefile

# $FreeBSD$
PORTNAME= monty
DISTVERSION= 1.0.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Supplementary useful functions for Python not in the standard library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>