svn commit: r383536 - head/www/py-pyramid

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Apr 7 19:55:37 UTC 2015


Author: rm
Date: Tue Apr  7 19:55:36 2015
New Revision: 383536
URL: https://svnweb.freebsd.org/changeset/ports/383536

Log:
  www/py-pyramid: pass maintainership to submitter
  
  - pass maintainership to submitter
  - add license (REPOZE)
  
  PR:		197572
  Submitted by:	jun-g at daemonfreaks.com

Modified:
  head/www/py-pyramid/Makefile

Modified: head/www/py-pyramid/Makefile
==============================================================================
--- head/www/py-pyramid/Makefile	Tue Apr  7 19:38:48 2015	(r383535)
+++ head/www/py-pyramid/Makefile	Tue Apr  7 19:55:36 2015	(r383536)
@@ -7,9 +7,14 @@ CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	jun-g at daemonfreaks.com
 COMMENT=	Small, fast, web development framework by the Pylons community
 
+LICENSE=	REPOZE
+LICENSE_NAME=	Repoze License
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:${PORTSDIR}/www/py-pastedeploy \
 		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.4:${PORTSDIR}/devel/py-repoze.lru \
 		${PYTHON_PKGNAMEPREFIX}translationstring>=0.4:${PORTSDIR}/textproc/py-translationstring \


More information about the svn-ports-all mailing list