forked from Lainports/opnsense-ports
17 lines
323 B
Makefile
17 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pkginfo
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Query metadatdata from sdists / bdists / installed packages
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|