freebsd-ports/www/trac-ccselector/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

23 lines
510 B
Makefile

# Created by: glarkin
# $FreeBSD$
PORTNAME= ccselector
PORTVERSION= 0.0.2.4001
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= joneum@FreeBSD.org
COMMENT= Visually edit the Trac ticket CC field
RUN_DEPENDS= tracd:www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USES= python:2 zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>