freebsd-ports/devel/py-dockerpty/Makefile

21 lines
443 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= dockerpty
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Python library to use the pseudo-tty of a docker container
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docker>0:sysutils/py-docker@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>