1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/www/trac-remind/Makefile
Martin Wilke 5c8b7419b2 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 16:28:06 +00:00

37 lines
894 B
Makefile

# New ports collection makefile for: trac-remind
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= remind
PORTVERSION= 1
PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= http://www.unixmedia.it/
PKGNAMEPREFIX= trac-
DISTNAME= trac${PORTNAME}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Trac tickets reminder script
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
NO_BUILD= yes
USE_ZIP= yes
USE_PYTHON= 2.5+
PLIST_FILES= bin/tracremind.py etc/tracremind.conf
post-patch:
${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," \
-e "s,%%PYTHON%%,${PYTHON_CMD}," ${WRKSRC}/tracremind.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tracremind.py ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tracremind.conf ${PREFIX}/etc
.include <bsd.port.mk>