aboutsummaryrefslogblamecommitdiff
path: root/misc/py-huepy/Makefile
blob: f3160fed346891cc6707effe12b8ac4f1f3df66a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                  

                     
                     







                                            
                                 
 
                           


                                              

                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

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:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>