mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +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
542 B
Makefile
28 lines
542 B
Makefile
# Created by: Hung-Yi Chen <gaod@hychen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= keywordsecretticket
|
|
PORTVERSION= 1.0.1.${GITDATE}
|
|
CATEGORIES= www devel python
|
|
PKGNAMEPREFIX= trac-
|
|
|
|
MAINTAINER= gaod@hychen.org
|
|
COMMENT= Ticket security policy based on keyword for Trac
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= tracd:www/trac
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KKBOX
|
|
GH_PROJECT= trac-keyword-secret-ticket-plugin
|
|
GH_TAGNAME= 98edea2
|
|
GITDATE= 20130401
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|