aboutsummaryrefslogtreecommitdiff
path: root/www/py-rfc3987/Makefile
blob: f55b8aba2affd2cf6bc5788e49acc9cd242fe6a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>