forked from Lainports/freebsd-ports
While I'm here: * Add location for the license file Changelog since 0.5.0: https://github.com/package-url/packageurl-python/compare/v0.5.0...v0.8.5 Approved by: mentors (implicit)
20 lines
372 B
Makefile
20 lines
372 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= packageurl-python
|
|
DISTVERSION= 0.8.5
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Parser and builder for package URLs (aka purl)
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/mit.LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|