Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

19 lines
416 B
Makefile

# Created by: Eugene Grosbein <ports@grosbein.net>
# $FreeBSD$
PORTNAME= application
PORTVERSION= 1.2.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= eugen@FreeBSD.org
COMMENT= Basic building blocks for python applications
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>