1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/trac-ccselector/Makefile
Antoine Brodin b6bd08f143 Fix packaging after swith to PYDISTUTILS_AUTOPLIST
While here, remove infozip dependency

Reported by:	pkg-fallout
2014-02-08 13:54:59 +00:00

25 lines
538 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:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>