28 lines
552 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:42:46 espie Exp $
COMMENT = python package to parse and build CSS
CATEGORIES = textproc
MODPY_EGG_VERSION = 0.9.7
DISTNAME = cssutils-${MODPY_EGG_VERSION}
2010-08-30 21:47:15 +00:00
PKGNAME = py-${DISTNAME}
MASTER_SITES = http://cssutils.googlecode.com/files/
2011-09-16 11:41:38 +00:00
REVISION= 1
EXTRACT_SUFX = .zip
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
HOMEPAGE = http://cthedot.de/cssutils/
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
post-install:
2010-09-01 06:27:52 +00:00
chmod 444 ${WRKINST}/${MODPY_SITEPKG}/${DISTNAME}-py${MODPY_VERSION}.egg-info/*
.include <bsd.port.mk>