aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/py-FreeBSD-ports/Makefile
blob: 55ca06b5add790ebc146d7dd48ede644606b0237 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	FreeBSD-ports
PORTVERSION=	0.0.9
CATEGORIES=	ports-mgmt python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Parse FreeBSD Ports INDEX, provide search API
WWW=		https://github.com/swills/py-FreeBSD-ports/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>