HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/www/trac-themeengine/Makefile
# $FreeBSD: head/www/trac-themeengine/Makefile 462307 2018-02-19 11:10:43Z antoine $

PORTNAME=	themeengine
PORTVERSION=	2.1.3
PORTREVISION=	2
CATEGORIES=	www devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	trac-
DISTNAME=	TracThemeEngine-${PORTVERSION}

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	Plugin to simplify distributing and deploying themes and styles

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	tracd:www/trac

USES=		python:2.7 tar:bzip2
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

.include <bsd.port.mk>