aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-packaging/Makefile
blob: 341fb1f63affaed852c97365e87062ee930b6978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   packaging
PORTVERSION=    16.8
CATEGORIES= devel python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Core utilities for Python packages

LICENSE=    APACHE20 BSD2CLAUSE
LICENSE_COMB=   dual
LICENSE_FILE_APACHE20=  ${WRKSRC}/LICENSE.APACHE
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.BSD

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.2:devel/py-pyparsing@${FLAVOR} \
        ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR}

NO_ARCH=    yes
USE_PYTHON= autoplist concurrent distutils
USES=       python

.include <bsd.port.mk>