blob: 451d7aea32b92a97626a242ebc4afc3ea3ed1c72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Andreas Donig <a.donig@gmx.net>
# $FreeBSD$
PORTNAME= torbutton
PORTVERSION= 1.5.1
CATEGORIES= www
MASTER_SITES= https://www.torproject.org/dist/torbutton/
MAINTAINER= gecko@FreeBSD.org
COMMENT= Quickly toggle use of the Tor network
XPI_NUM= 2275
XPI_ID= {e0204bd5-9d31-402b-a99d-a6aa8ffebdca}
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>
|