forked from Lainports/opnsense-ports
19 lines
336 B
Makefile
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>
|