ports/textproc/py-packageurl-python/Makefile
Martin Wilke 2ab73c58be Python implementation of the "purl" (= package URL) specification. The library
provides parsing and building of package URLs.

WWW: https://github.com/package-url/packageurl-python

PR:		229450
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
2018-07-28 12:09:24 +00:00

19 lines
345 B
Makefile

# $FreeBSD$
PORTNAME= packageurl-python
DISTVERSION= 0.5.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Parser and builder for package URLs (aka purl)
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>