mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
26ad2c01c6
PR: 251881 Reviewed by: 0mp (mentor) Approved by: kevans (maintainer), 0mp (mentor)
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= emoji
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kevans@FreeBSD.org
|
|
COMMENT= Emoji support for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|