1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/www/trac-pydotorgtheme/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

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>