1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/xpi-yslow/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

19 lines
386 B
Makefile

# Created by: Sutra Zhou <zhoushuqun@gmail.com>
# $FreeBSD$
PORTNAME= yslow
PORTVERSION= 3.1.0
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= zhoushuqun@gmail.com
COMMENT= Analyzes web pages and why they are slow
RUN_DEPENDS= xpi-firebug>=1.3.0:www/xpi-firebug
XPI_NUM= 5369
XPI_ID= yslow@yahoo-inc.com
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>