aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-live_pagerank/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/xpi-live_pagerank/Makefile')
-rw-r--r--www/xpi-live_pagerank/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/xpi-live_pagerank/Makefile b/www/xpi-live_pagerank/Makefile
new file mode 100644
index 000000000000..d7dd8efe767b
--- /dev/null
+++ b/www/xpi-live_pagerank/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xpi-live_pagerank
+# Date created: 2009-04-26
+# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= live_pagerank
+PORTVERSION= 0.9.6
+DISTVERSIONSUFFIX= -fx
+CATEGORIES= www
+
+MAINTAINER= nork@FreeBSD.org
+COMMENT= Display PageRank for active URL
+
+XPI_NUM= 2007
+XPI_ID= {8061ddcf-3632-4287-8d8a-133e219ae838}
+XPI_FILES= chrome.manifest chrome/livepr.jar \
+ install.rdf
+XPI_DIRS= chrome
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>