1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/py-glob2/Makefile
Martin Wilke 7e781e40d4 - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-02-19 08:07:35 +00:00

21 lines
408 B
Makefile

# Created by: loader <loader@freebsdmall.com>
# $FreeBSD$
PORTNAME= glob2
PORTVERSION= 0.4.1
PORTREVISION= 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= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>