1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/xpi-firebug/Makefile
Barbara Guida f2887a4455 Unbreak.
The xpi has been signed by Mozilla.org.
2017-05-13 12:37:03 +00:00

20 lines
385 B
Makefile

# Created by: Lapo Luchini <lapo@lapo.it>
# $FreeBSD$
PORTNAME= firebug
PORTVERSION= 2.0.19
DISTVERSIONSUFFIX= -fx
PORTEPOCH= 3
CATEGORIES= www
MAINTAINER= bar@FreeBSD.org
COMMENT= Lets you edit, debug, and monitor CSS, HTML, and JS
LICENSE= BSD3CLAUSE
XPI_NUM= 1843
XPI_ID= firebug@software.joehewitt.com
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>