1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/trac-ccselector/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

24 lines
512 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}
EXTRACT_SUFX= .zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Visually edit the Trac ticket CC field
RUN_DEPENDS+= tracd:www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>