1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/www/py-rfc3987/Makefile
Kubilay Kocak 8d58bc1b83 www/py-rfc3987: Update to 1.3.5
- Update PORTVERSION and distinfo checksum (1.3.5)
- Update LICENSE (GPL 3 or later) [1]
- Remove RUN_DEPENDS, regex is no longer a dependency
- Enable NO_ARCH (architecture independent)

[1] https://github.com/dgerber/rfc3987/issues/5
2016-03-07 06:01:15 +00:00

21 lines
389 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= rfc3987
PORTVERSION= 1.3.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
LICENSE= GPLv3+
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>