mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
create bsd12 branch
This commit is contained in:
20
python/py-funcsigs/Makefile
Normal file
20
python/py-funcsigs/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-funcsigs/Makefile 437250 2017-03-29 23:36:36Z sunpoet $
|
||||
|
||||
PORTNAME= funcsigs
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python function signatures from PEP362
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= python
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user