cf118ccf87
Reported by: lwhsu
17 lines
351 B
Makefile
17 lines
351 B
Makefile
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>
|