Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:36:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402982 - head/dns/py-publicsuffix
Message-ID:  <201512041236.tB4Ca4f4018060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  4 12:36:04 2015
New Revision: 402982
URL: https://svnweb.freebsd.org/changeset/ports/402982

Log:
  - Add LICENSE_FILE [1]
  - Add NO_ARCH [1]
  - Sort USE_PYTHON [2]
  
  Approved by:	portmgr (blanket) [1]
  With hat:	python [2]

Modified:
  head/dns/py-publicsuffix/Makefile

Modified: head/dns/py-publicsuffix/Makefile
==============================================================================
--- head/dns/py-publicsuffix/Makefile	Fri Dec  4 12:36:00 2015	(r402981)
+++ head/dns/py-publicsuffix/Makefile	Fri Dec  4 12:36:04 2015	(r402982)
@@ -11,8 +11,10 @@ MAINTAINER=	d.pryadko@rambler-co.ru
 COMMENT=	Get public suffix of domain name from Public Suffix List
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512041236.tB4Ca4f4018060>