19 lines
397 B
Makefile
19 lines
397 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= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|