freebsd-ports/www/py-rfc3986/Makefile
Yuri Victorovich e40947ec98 www/py-rfc3986: Update 1.3.1 -> 1.3.2
Reported by:	portscout
2019-05-14 04:17:40 +00:00

23 lines
411 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= rfc3986
PORTVERSION= 1.3.2
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
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>