2004-08-26 11:02:05 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: py-cssutils
|
|
|
|
# Date created: Aug 26, 2004
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cssutils
|
2012-02-11 23:36:56 +01:00
|
|
|
PORTVERSION= 0.9.8
|
2012-02-12 21:20:41 +01:00
|
|
|
PORTEPOCH= 1
|
2004-08-26 11:02:05 +02:00
|
|
|
CATEGORIES= www python
|
2012-02-11 23:36:56 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2004-08-26 11:02:05 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2009-07-29 14:59:14 +02:00
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
2004-08-26 11:02:05 +02:00
|
|
|
COMMENT= CSS Cascading Style Sheets library for Python
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
2011-02-25 05:40:31 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2008-08-30 15:57:42 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
2005-02-01 11:52:11 +01:00
|
|
|
|
2008-08-30 15:57:42 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
|
|
|
.endif
|
2004-08-26 11:02:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|