pkgsrc/devel/py-pkgconfig/Makefile
joerg 33500d4ba6 Add py-pkgconfig-1.1.0:
py-pkgconfig is a Python wrapper for the pkg-config program.  It
simplifies checking for libraries and the necessary compiler and linker
flags.

Add during the freeze as it is a prerequirement for fixing
devel/py-h5df.
2015-09-23 12:09:18 +00:00

18 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/09/23 12:09:18 joerg Exp $
DISTNAME= pkgconfig-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pkgconfig/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/matze/pkgconfig
COMMENT= Python wrapper for pkg-config
LICENSE= mit
USE_TOOLS+= pkg-config:run
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"