- Clarify LICENSE
- Add LICENSE_FILE - Convert to USES=python
This commit is contained in:
parent
6bed4b9cff
commit
5a81fc70b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371052
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ MASTER_SITES= https://launchpadlibrarian.net/106457425/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Command line utility for pastebing
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj
|
||||
|
||||
USES= shebangfix tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USES= python:run shebangfix tar:bzip2
|
||||
SHEBANG_FILES= pastebinit
|
||||
python_OLD_CMD= /usr/bin/env python
|
||||
python_CMD= ${PYTHON_CMD}
|
||||
|
|
Loading…
Reference in a new issue