19 lines
447 B
Makefile
19 lines
447 B
Makefile
# Created by: William Grzybowski <wg@FreeBSD.org>
|
|
|
|
PORTNAME= stsci.distutils
|
|
PORTVERSION= 0.3.7
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Packaging utilities used by some of STScI's packages
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}d2to1>0:devel/py-d2to1@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|