blob: 35429c5d2c36c9367fd6aad2fbf00cb1d1ae5f44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|