1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Add LICENSE

- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-11-08 09:30:21 +00:00
parent b7307958fc
commit e1af65356a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484441
2 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@ DISTNAME= Paver-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Easy build, distribution and deployment scripting
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -5,4 +5,4 @@ repetitive tasks (run documentation generators, moving files about,
downloading things), all with the convenience of Python's syntax and massive
library of code.
WWW: http://pythonhosted.org/Paver/
WWW: https://pythonhosted.org/Paver/