mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pydotorgtheme
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= LOCAL/brooks
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Theme that emulates the look of python.org
|
|
|
|
RUN_DEPENDS= tracd:www/trac \
|
|
trac-themeengine>=2.0:www/trac-themeengine
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|