1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/py-pkginfo/Makefile
Pawel Pekala f5d3fa849a This package provides an API for querying the distutils metadata written in
the PKG-INFO file inside a source distribution (an sdist) or a binary
distribution (e.g., created by running bdist_egg). It can also query the
EGG-INFO directory of an installed distribution, and the *.egg-info stored in
a "development checkout" (e.g, created by running setup.py develop).

WWW: http://pypi.python.org/pypi/pkginfo/

PR:		202604
Submitted by:	Maxim Filimonov <che@bein.link>
2015-10-02 17:49:56 +00:00

18 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>