2f7d63cfc9
Approved by: marino (mentor), portmgr (blanket)
23 lines
564 B
Makefile
23 lines
564 B
Makefile
# Created by: Anders F Bjorklund <afb@rpm5.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yum-metadata-parser
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://yum.baseurl.org/download/${PORTNAME}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= afb@rpm5.org
|
|
COMMENT= Fast metadata parser for yum
|
|
|
|
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \
|
|
libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
|
|
libglib-2.0.so:${PORTSDIR}/devel/glib20
|
|
|
|
USES= pkgconfig
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|