- Add LICENSE
- Add NO_ARCH - Fix PYTHON_SITELIBDIR vs. PYTHONPREFIX_SITELIBDIR misuse - Unsilence installation - Update WWW
This commit is contained in:
parent
79c9b11c25
commit
a80f63054b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445482
2 changed files with 7 additions and 3 deletions
|
@ -11,12 +11,16 @@ DISTNAME= PyMT-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python module which provides Movable Type XML-RPC connectivity
|
||||
|
||||
LICENSE= PSFL # says License: python
|
||||
|
||||
USES= python:2
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/PyMT.py
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/PyMT.py ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
@${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/PyMT.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -9,4 +9,4 @@ about trackback pings. Every XML-RPC method is accessed using a PyMT method
|
|||
with exactly the same name. PyMT is basically just a light wrapper, which
|
||||
hides the xml-rpc part of the work.
|
||||
|
||||
WWW: http://pymt.sourceforge.net/
|
||||
WWW: https://sourceforge.net/projects/pymt/
|
||||
|
|
Loading…
Reference in a new issue