blob: 969cc119c3d4ac478bb6f1ae32aaded659df36f6 (
plain) (
tree)
|
|
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= pkgconfig
PORTVERSION= 1.2.2
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>
|