mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Convert to Staging.
- Add LICENSE=MIT. - Tweak WWW line in pkg-descr. PR: 188532 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
This commit is contained in:
parent
e5e3eef328
commit
6bcddfb3c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353750
@ -10,18 +10,19 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Python Knowledge Engine
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=2.3:${PORTSDIR}/devel/py-ply
|
||||
|
||||
USES= zip
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,4 +2,4 @@ Pyke introduces a form of Logic Programming (inspired by Prolog) to the
|
||||
Python community by providing a knowledge-based inference engine (expert
|
||||
system) written in 100% Python.
|
||||
|
||||
WWW: http://pyke.sourceforge.net
|
||||
WWW: http://pyke.sourceforge.net
|
||||
|
Loading…
Reference in New Issue
Block a user