freebsd-ports/devel/py-pkgconfig/Makefile
Martin Wilke 44e3c7d5ff pkgconfig is a Python module to interface with the pkg-config command line tool.
WWW: https://pypi.python.org/pypi/pkgconfig

PR:		205136
Submitted by:	Johannes Meixner <xmj@chaot.net>
Approved by:    mat (mentor)
Differential Revision:  D4511
2015-12-11 14:01:03 +00:00

19 lines
387 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= pkgconfig
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@chaot.net
COMMENT= Python module to interface with the pkg-config command line tool
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>