1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/py-cssutils/Makefile
Vsevolod Stakhov b1f8fa853d - Update to version 0.8a6 that is considered by author as
more or less stable
- Move to static plist
- Fix mode of world writeable files
2005-09-28 14:48:58 +00:00

32 lines
669 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-cssutils
# Date created: Aug 26, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cssutils
PORTVERSION= 0.8a6
PORTEPOCH= 1
CATEGORIES= www python
MASTER_SITES= http://cthedot.de/cssutils/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= CSS Cascading Style Sheets library for Python
RUN_DEPENDS= ${PYXML}
USE_ZIP= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's,\((.\)examples\(.\),\1${EXAMPLESDIR:S,${PREFIX}/,,}\2,' \
-e '/.*LICENSE.*/d' ${WRKSRC}/setup.py
@${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 0644
.include <bsd.port.mk>