Files
ports/devel/py-kitchen/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= kitchen
PORTVERSION= 1.2.6
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= arved@FreeBSD.org
COMMENT= Kitchen contains a cornucopia of useful code
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= fedora-infra
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>