openbsd-ports/textproc/py-cssutils/Makefile
phessler 4cdcc0554e update to 0.9.7
necessary for the upcoming calibre port

OK landry@, sthen@
2011-04-17 18:36:16 +00:00

30 lines
621 B
Makefile

# $OpenBSD: Makefile,v 1.5 2011/04/17 18:36:16 phessler Exp $
COMMENT = python package to parse and build CSS
CATEGORIES = textproc
MODPY_EGG_VERSION = 0.9.7
DISTNAME = cssutils-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
MASTER_SITES = http://cssutils.googlecode.com/files/
EXTRACT_SUFX = .zip
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE = http://cthedot.de/cssutils/
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
post-install:
chmod 444 ${WRKINST}/${MODPY_SITEPKG}/${DISTNAME}-py${MODPY_VERSION}.egg-info/*
.include <bsd.port.mk>