blob: b32ab848325717337155c167f994c1114feacc3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= TracGantt
PORTVERSION= 0.3.2a
PORTREVISION= 8
CATEGORIES= www devel python
MASTER_SITES= http://willbarton.com/files/ \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX= trac-
MAINTAINER= dryice@dryice.name
COMMENT= Plugin to creates Gantt charts for trac
LICENSE= BSD3CLAUSE
RUN_DEPENDS= trac>=0.11:www/trac
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
PORTDOCS= PKG-INFO README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|