pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-uwsgi



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Mar  2 16:15:35 UTC 2018

Added Files:
        pkgsrc/www/py-uwsgi: Makefile.common

Log Message:
Package the mod_proxy_uwsgi support separately from the main uwsgi
package.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-uwsgi/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/py-uwsgi/Makefile.common
diff -u /dev/null pkgsrc/www/py-uwsgi/Makefile.common:1.1
--- /dev/null   Fri Mar  2 16:15:35 2018
+++ pkgsrc/www/py-uwsgi/Makefile.common Fri Mar  2 16:15:35 2018
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile.common,v 1.1 2018/03/02 16:15:35 joerg Exp $
+#
+# used by www/ap-uwsgi/Makefile
+# used by www/py-uwsgi/Makefile
+
+DISTNAME=      uwsgi-2.0.16
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uwsgi/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://projects.unbit.it/uwsgi
+LICENSE=       gnu-gpl-v2 # with linking exception
+
+PATCHDIR=              ${.CURDIR}/../../www/py-uwsgi/patches
+DISTINFO_FILE=         ${.CURDIR}/../../www/py-uwsgi/distinfo
+
+USE_LANGUAGES= c
+USE_TOOLS+=    pkg-config
+
+INSTALL_ENV+=          UWSGI_INCLUDES=${PREFIX}/include
+
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index