svn commit: r416236 - head/www/py-django-redis

Rene Ladan rene at FreeBSD.org
Wed Jun 1 11:05:08 UTC 2016


Author: rene
Date: Wed Jun  1 11:05:07 2016
New Revision: 416236
URL: https://svnweb.freebsd.org/changeset/ports/416236

Log:
  www/py-django-redis: take maintainership, set NO_ARCH

Modified:
  head/www/py-django-redis/Makefile

Modified: head/www/py-django-redis/Makefile
==============================================================================
--- head/www/py-django-redis/Makefile	Wed Jun  1 09:34:09 2016	(r416235)
+++ head/www/py-django-redis/Makefile	Wed Jun  1 11:05:07 2016	(r416236)
@@ -7,7 +7,7 @@ CATEGORIES=	www databases
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rene at FreeBSD.org
 COMMENT=	Full featured Redis cache/session backend for Django
 
 LICENSE=	BSD3CLAUSE
@@ -17,5 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}djan
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list