4215c01c99
A simple, immutable URL class with a clean API for interrogation and manipulation.
18 lines
491 B
Makefile
18 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/09/02 07:33:24 adam Exp $
|
|
|
|
DISTNAME= purl-1.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/purl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/codeinthehole/purl
|
|
COMMENT= Immutable URL class for easy URL-building and manipulation
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|