1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/py-utidylib/Makefile
Sunpoet Po-Chuan Hsieh c7d426c1c1 Update to 0.6
- Change MASTER_SITES to CHEESESHOP
- Relax USES=python
- Update pkg-descr
- Update WWW

Changes:	https://github.com/nijel/utidylib/blob/master/CHANGES.rst
2020-01-20 20:11:03 +00:00

26 lines
538 B
Makefile

# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= utidylib
PORTVERSION= 0.6
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= uTidylib-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python interface to tidy-lib
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libtidy.so.5:www/tidy-html5
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>