freebsd-ports/www/trac-email2trac/Makefile
Martin Wilke 7776f4e8b6 This is a release of the SARA package email2trac that contains utilities that
we use to convert emails to trac tickets. The initial setup was made by Daniel
Lundin from Edgewall Software. SARA has extend the initial setup, with the
following extensions:

* HTML messages
* Attachments
* Use commandline options
* Use config file to change the behaviour of the email2trac.py program
* unicode support for special characters in the headers of an email message

WWW: https://subtrac.sara.nl/oss/email2trac

Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2007-05-27 17:34:05 +00:00

31 lines
875 B
Makefile

# New ports collection makefile for: trac-email2trac
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= email2trac
PORTVERSION= 0.9.5
CATEGORIES= www devel python
MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Convert email to trac tickets
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_PYTHON= 2.3+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/delete_spam.py ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/email2trac.py ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/run_email2trac ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/email2trac.conf ${PREFIX}/etc
.include <bsd.port.mk>