2012-12-26 11:03:58 +01:00
|
|
|
# Created by: Eygene Ryabinkin <rea@FreeBSD.org>
|
2011-08-22 13:47:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= defaultcc
|
|
|
|
PORTVERSION= 0.1
|
2014-06-19 08:34:22 +02:00
|
|
|
PORTREVISION= 2
|
2011-08-22 13:47:35 +02:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
|
|
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
DISTNAME= ${PORTNAME}plugin-r${REL}
|
|
|
|
|
|
|
|
MAINTAINER= rea@FreeBSD.org
|
2012-12-26 11:03:58 +01:00
|
|
|
COMMENT= Plugin that adds default CC value for tickets
|
2011-08-22 13:47:35 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
|
|
|
|
|
2014-03-10 19:01:09 +01:00
|
|
|
USES= zip
|
2011-08-22 13:47:35 +02:00
|
|
|
|
2014-06-19 08:34:22 +02:00
|
|
|
USE_PYTHON= 2
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2011-08-22 13:47:35 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk
|
|
|
|
REL= 10605
|
|
|
|
|
2014-06-19 08:34:22 +02:00
|
|
|
.include "${.CURDIR}/../../www/trac/plugin.mk"
|
2011-08-22 13:47:35 +02:00
|
|
|
.include <bsd.port.mk>
|