aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-utidy/Makefile
blob: 3e58fbdfe382a3490008cb9d881c751febea5f3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$

PORTNAME=   utidy
PORTVERSION=    0.2
PORTREVISION=   1
CATEGORIES= www python
MASTER_SITES=   SF/utidylib
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   uTidylib-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Python interface to tidy-lib

# XXX Better depend on tidy or tidy-devel???
LIB_DEPENDS=    libtidy.so:${PORTSDIR}/www/tidy-lib

USES=       python:2 zip
USE_PYTHON= distutils autoplist

post-patch:
    @${REINPLACE_CMD} \
        -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \
        ${WRKSRC}/setup.py

.include <bsd.port.mk>
6020d37276692c1f35eebfcb9'>Simplify.Hajimu UMEMOTO2018-03-162-8/+2 * Fix xlfd for the monospaced fonts.Hajimu UMEMOTO2018-03-1512-34/+34 * Add new port -- Cica Japanese monospaced fonts for programmingHajimu UMEMOTO2018-03-158-0/+195 * Fix depends after font-mona upgradeAntoine Brodin2018-03-121-1/+1 * - Install font files to ${FONTSDIR} instead of ${DATADIR}.MANTANI Nobutaka2018-03-115-83/+21 * Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-115-3/+5 * Update to 2.13.4.18Tilman Keskinoz2018-03-102-5/+5 * The BROKEN line is redundant here, as IGNORE for powerpc64 is set in theMark Linimon2018-03-10