mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add LICENSE_FILE
- Switch to new test framework Approved by: portmgr blanket
This commit is contained in:
parent
28a6baef51
commit
a7e15d6350
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422634
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ MAINTAINER= sbz@FreeBSD.org
|
|||
COMMENT= Python interface to the OpenSSL library
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py-cryptography \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six
|
||||
|
@ -31,7 +32,7 @@ post-install:
|
|||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
|
||||
regression-test: build
|
||||
do-test:
|
||||
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue