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

20 lines
461 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= dirspec
PORTVERSION= 13.10
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/152764618/ \
http://nivit.altervista.org/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= XDG Base and User directories implementation
LICENSE= GPLv3
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>