1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/py-rfc3986/Makefile
Yuri Victorovich 6805a6571b www/py-rfc3986: Update 1.4.0 -> 1.5.0
Reported by:	portscout
2021-05-09 09:11:13 -07:00

23 lines
404 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= rfc3986
PORTVERSION= 1.5.0
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python implementation of RFC 3986
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= sigmavirus24
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>