fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wikitopdf
|
|
PORTVERSION= 2.2.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= LOCAL/brooks
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Plugin to generate PDF documents from the Wiki
|
|
|
|
RUN_DEPENDS= htmldoc:textproc/htmldoc \
|
|
tracd:www/trac
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
|
|
|
.include <bsd.port.mk>
|