summaryrefslogtreecommitdiffstats
path: root/www/rest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/rest/Makefile')
-rw-r--r--www/rest/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/www/rest/Makefile b/www/rest/Makefile
new file mode 100644
index 000000000..81737e604
--- /dev/null
+++ b/www/rest/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:
+# Date Created:
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rest
+PORTVERSION= 0.7.10
+CATEGORIES= www
+MASTER_SITES= GNOME
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= "RESTful" state website access web services
+
+BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome
+
+USE_GNOME= gnomehack glib20 intlhack libxml2
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>