1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

21 lines
434 B
Makefile

# Created by: Ilia Skalozubov <freebsd@skinc.ru>
# $FreeBSD$
PORTNAME= urlobject
PORTVERSION= 2.4.3
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= URLObject-${PORTVERSION}
MAINTAINER= freebsd@skinc.ru
COMMENT= Utility class for manipulating URLs
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/UNLICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>