aboutsummaryrefslogtreecommitdiff
path: root/www/twiki-BugzillaLinkPlugin/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2008-06-16 16:28:22 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2008-06-16 16:28:22 +0000
commitc345fc0c13cdfd49567f606b355ccc5c8e7f2c5c (patch)
tree339bbf9c3f3027118f8d820209670f7aecff7762 /www/twiki-BugzillaLinkPlugin/Makefile
parent8b43320eace58446b10d138ed1cb5eb9fde10347 (diff)
downloadports-c345fc0c13cdfd49567f606b355ccc5c8e7f2c5c.tar.gz
ports-c345fc0c13cdfd49567f606b355ccc5c8e7f2c5c.zip
Add twiki-BugzillaLinkPlugin , link to Bugzilla bugs using shorthand
references.
Notes
Notes: svn path=/head/; revision=214958
Diffstat (limited to 'www/twiki-BugzillaLinkPlugin/Makefile')
-rw-r--r--www/twiki-BugzillaLinkPlugin/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/twiki-BugzillaLinkPlugin/Makefile b/www/twiki-BugzillaLinkPlugin/Makefile
new file mode 100644
index 000000000000..35429c5d2c36
--- /dev/null
+++ b/www/twiki-BugzillaLinkPlugin/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: twiki-BugzillaLinkPlugin
+# Date created: 16 Jun 2008
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= BugzillaLinkPlugin
+SVNREV= 15560
+MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
+ ${MASTER_SITE_LOCAL:S!$!skv/!}
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Link to Bugzilla bugs using shorthand references
+
+.include "${.CURDIR}/../twiki/bsd.twiki.mk"
+.include <bsd.port.mk>