opnsense-ports/devel/py-pkgconfig/Makefile
Franco Fichtner 4f7ac7e49e */*: sync with upstream
Taken from: FreeBSD
2016-06-24 04:38:28 +02:00

19 lines
405 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= pkgconfig
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= johannes@perceivon.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>