24 lines
556 B
Makefile
24 lines
556 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= issue_templates
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://bitbucket.org/akiko_pusu/redmine_issue_templates/downloads/
|
|
PKGNAMEPREFIX= redmine-
|
|
DISTNAME= redmine_${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Redmine project issue templates plugin
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= zip
|
|
|
|
WRKSRC= ${WRKDIR}/akiko_pusu-redmine_issue_templates-001152051af5
|
|
|
|
NO_ARCH= yes
|
|
|
|
REDMINE_PLUGIN_NAME= redmine_${PORTNAME}
|
|
|
|
.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
|