blob: ddee9bd14be3ee14025b3b270643fcc3faffa9fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= urlobject
PORTVERSION= 2.4.3
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= URLObject-${PORTVERSION}
MAINTAINER= freebsd@skinc.ru
COMMENT= Utility class for manipulating URLs
WWW= https://github.com/zacharyvoase/urlobject
LICENSE= UNLICENSE
LICENSE_FILE= ${WRKSRC}/UNLICENSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|