mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
fb232e3c25
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>
21 lines
415 B
Makefile
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>
|