- Add LICENSE_FILE [1]

- Add NO_ARCH [1]
- Sort USE_PYTHON [2]

Approved by:	portmgr (blanket) [1]
With hat:	python [2]
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-04 12:36:04 +00:00
parent 3da3d1b35a
commit 8456136b93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402982

View File

@ -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>