summaryrefslogtreecommitdiff
path: root/www/planet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/planet/Makefile')
-rw-r--r--www/planet/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/planet/Makefile b/www/planet/Makefile
new file mode 100644
index 000000000000..c8de696c21dd
--- /dev/null
+++ b/www/planet/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: planet
+# Date created: 26 September 2005
+# Whom: Alan Snelson <alan@wave2.co.uk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= planet
+PORTVERSION= 0.0p22
+CATEGORIES= www
+MASTER_SITES= http://www.wave2.co.uk/freebsd/planet/
+
+MAINTAINER= alan@wave2.co.uk
+COMMENT= Planet is a flexible feed aggregator - and more!
+
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experimental
+
+NO_BUILD= yes
+USE_PYTHON= yes
+SUB_FILES= pkg-message
+PKGMESSAGE= ${WRKDIR}/pkg-message
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/planet
+ ${CP} -R ${WRKSRC}/ ${PREFIX}/share/planet
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>