mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
35fa871b7f
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
21 lines
449 B
Makefile
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>
|