1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/www/py-rfc3987/Makefile
Kubilay Kocak 35fa871b7f [NEW] www/py-rfc3987: Parsing and validation of URIs and IRIs
This module provides regular expressions according to `RFC 3986 "Uniform
Resource Identifier (URI): Generic Syntax" and `RFC 3987 "Internationalized
Resource Identifiers (IRIs)" and utilities for composition and relative
resolution of references.

 * http://tools.ietf.org/html/rfc3986
 * http://tools.ietf.org/html/rfc3987

WWW: http://pypi.python.org/pypi/rfc3987
2015-01-27 04:32:20 +00:00

21 lines
449 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= rfc3987
PORTVERSION= 1.3.4
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}regex>0:${PORTSDIR}/textproc/py-regex
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>