231e51fc99
- change MASTER_SITES to pypi - add license (BSD) - use bzip2 distribution - simplify Makefile a bit PR: 173829 Submitted by: rm (myself) Approved by: maintainer timeout (1 month)
24 lines
568 B
Makefile
24 lines
568 B
Makefile
# Created by: Brooks Davis <brooks@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= themeengine
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Plugin to simplify distributing and deploying themes and styles
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= TracThemeEngine
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|