mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
29 lines
632 B
Makefile
29 lines
632 B
Makefile
# Created by: Eygene Ryabinkin <rea@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= defaultcc
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://dist.codelabs.ru/fbsd/trac-${PORTNAME}/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin-r${REL}
|
|
|
|
MAINTAINER= rea@FreeBSD.org
|
|
COMMENT= Plugin that adds default CC value for tickets
|
|
|
|
RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac
|
|
|
|
USE_PYTHON= -2.7
|
|
USE_ZIP= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= Default_CC
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk
|
|
REL= 10605
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|