mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9488ab317a
PR: ports/165073 Submitted by: myself (pgollucci) Approved by: zhoushuqun@gmail.com (maintainer)
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# New ports collection makefile for: xpi-yslow
|
|
# Date created: 19 January 2008
|
|
# Whom: Sutra Zhou <zhoushuqun@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yslow
|
|
PORTVERSION= 3.0.9
|
|
DISTVERSIONSUFFIX= -fx
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= zhoushuqun@gmail.com
|
|
COMMENT= Analyzes web pages and why they are slow
|
|
|
|
RUN_DEPENDS= xpi-firebug>=1.3.0:${PORTSDIR}/www/xpi-firebug
|
|
|
|
XPI_NUM= 5369
|
|
XPI_ID= yslow@yahoo-inc.com
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|