manually update execinfo.mk
[dports.git] / devel / py-conditional / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       conditional
4 PORTVERSION=    1.0
5 CATEGORIES=     devel python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     skreuzer@FreeBSD.org
10 COMMENT=        Conditionally enter a context manager
11
12 LICENSE=        BSD2CLAUSE
13
14 USES=           python zip
15 USE_PYTHON=     distutils autoplist
16
17 .include <bsd.port.mk>