27 lines
542 B
Makefile
27 lines
542 B
Makefile
# Created by: Eygene Ryabinkin <rea@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= defaultcc
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-r${REL}
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Plugin that adds default CC value for tickets
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= trac>=0.11:www/trac
|
|
|
|
USES= python:2.7 zip
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk
|
|
REL= 10605
|
|
|
|
.include <bsd.port.mk>
|