1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/misc/py-huepy/Makefile
Sunpoet Po-Chuan Hsieh d0271f677b Update to 1.2.1
- Add LICENSE_FILE

Changes:	https://github.com/s0md3v/huepy/commits/master
2020-01-01 09:18:47 +00:00

22 lines
402 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= huepy
PORTVERSION= 1.2.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Print awesomely in terminals
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>