freebsd-ports/devel/py-glob2/Makefile
Fukang Chen 86615de50d - use my full name in the "Created by:" field, suggested by danfe.
- update my email address to loader@FreeBSD.org.

Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D3612
2015-09-09 14:14:40 +00:00

19 lines
394 B
Makefile

# Created by: Fukang Chen <loader@FreeBSD.org>
# $FreeBSD$
PORTNAME= glob2
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@FreeBSD.org
COMMENT= Glob that captures patterns and supports recursive wildcards
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>