ports/devel/py-more-itertools/Makefile
Yuri Victorovich dc8b7a5a00 devel/py-more-itertools: Update to 4.0.1
PR:		224504
Submitted by:	myself
Approved by:	wg (maintainer), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13588
2017-12-22 17:07:13 +00:00

18 lines
377 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= more-itertools
PORTVERSION= 4.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= More routines for operating on iterables, beyond itertools
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>