freebsd-ports/textproc/py-packageurl-python/Makefile
Kai Knoblich 6a4a5116bf Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
2019-02-01 18:55:18 +00:00

19 lines
336 B
Makefile

# $FreeBSD$
PORTNAME= packageurl-python
DISTVERSION= 0.5.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.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>