summaryrefslogtreecommitdiff
path: root/www/uhttpmock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/uhttpmock/Makefile')
-rw-r--r--www/uhttpmock/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/uhttpmock/Makefile b/www/uhttpmock/Makefile
new file mode 100644
index 00000000000..28455e25667
--- /dev/null
+++ b/www/uhttpmock/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2015/07/10 09:05:06 wiz Exp $
+
+DISTNAME= uhttpmock-0.4.0
+CATEGORIES= www devel
+MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://gitlab.com/groups/uhttpmock
+COMMENT= Library for mocking web service APIs which use HTTP or HTTPS
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+
+PKGCONFIG_OVERRIDE+= libuhttpmock/libuhttpmock.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"