mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
bdb06fad8a
- Don't use trac/plugin.mk which is now empty and unneeded - Add some NO_ARCH'es - Add/fix some LICENSEs and LICENSE_FILES - Pet portlint - Regenerate some patches Approved by: portmgr blanket
28 lines
537 B
Makefile
28 lines
537 B
Makefile
# Created by: Eygene Ryabinkin <rea@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= defaultcc
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= trac>=0.11:www/trac
|
|
|
|
USES= python:2 zip
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/trunk
|
|
REL= 10605
|
|
|
|
.include <bsd.port.mk>
|