freebsd-ports/devel/py-XStatic/Makefile
Roman Bogorodskiy df85c10a3a Update py-XStatic* COMMENTs and pkg-descr's
Use more informative COMMENT and pkg-descr for
devel/py-XStatic* family of ports.

PR:		215145
Submitted by:	maintainer
Reported by:	adamw, mat
2016-12-25 11:28:58 +00:00

21 lines
407 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= XStatic
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Xstatic (static packages for Python)
LICENSE= MIT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>