1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/devel/py-glob2/Makefile
William Grzybowski fb232e3c25 devel/py-glob2: Glob that captures patterns and supports recursive wildcards
Version of the glob module that can capture patterns
and supports recursive wildcards.

WWW: http://github.com/miracle2k/python-glob2/

PR:		ports/181612
Submitted by:	loader <loader freebsdmall.com>
2013-10-26 18:50:03 +00:00

21 lines
415 B
Makefile

# Created by: loader <loader@freebsdmall.com>
# $FreeBSD$
PORTNAME= glob2
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@freebsdmall.com
COMMENT= Glob that captures patterns and supports recursive wildcards
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>