1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/py-circuits/Makefile
Kubilay Kocak 6f3078f27d devel/py-circuits: Modernise: STAGE and AUTOPLIST and more.
- Enable STAGE support
- Enable AUTOPLIST, delete pkg-plist
- Add LICENSE (MIT)
- Deprecate easy_install target
- Deprecate OPTIONSFILE override
- Remove bsd.port.options.mk include (No OPTIONS)
- Bump PORTREVISION
2014-02-01 11:17:47 +00:00

26 lines
552 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= circuits
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Asynchronous Component-based Event Application Framework
LICENSE= MIT
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>