- Add LICENSE_FILE

- Add NO_ARCH
- Prepare for python3 counterpart

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-01-23 14:20:44 +00:00
parent ec883fbfc4
commit 83c40a6f30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432225

View file

@ -11,8 +11,10 @@ MAINTAINER= wg@FreeBSD.org
COMMENT= Classes and setuptools plugin for Mercurial repositories
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python zip
USES?= python zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>