Files
ports/devel/py-conditional/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
323 B
Makefile

# $FreeBSD$
PORTNAME= conditional
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Conditionally enter a context manager
LICENSE= BSD2CLAUSE
USES= python:3.6+ zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>