1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/py-XStatic/Makefile
Sunpoet Po-Chuan Hsieh cf5b4308e4 Update to 1.0.2
- Update COMMENT
- Update WWW
- Take maintainership

Changes:	https://github.com/xstatic-py/xstatic/commits/master
2020-02-21 18:56:49 +00:00

21 lines
401 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= XStatic
PORTVERSION= 1.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XStatic base package with minimal support code
LICENSE= MIT
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>