mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
947901a9d0
Sponsored by: Absolight
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kitchen
|
|
DISTVERSIONPREFIX= v
|
|
PORTVERSION= 1.2.5
|
|
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
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fedora-infra
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|