41a5348a3b
With hat: portmgr
24 lines
575 B
Makefile
24 lines
575 B
Makefile
# Created by: Anders F Bjorklund <afb@rpm5.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yum-metadata-parser
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://yum.baseurl.org/download/${PORTNAME}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= afb@rpm5.org
|
|
COMMENT= Fast metadata parser for yum
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-08-15
|
|
|
|
LIB_DEPENDS= libxml2.so:textproc/libxml2 \
|
|
libsqlite3.so:databases/sqlite3
|
|
|
|
USES= gnome pkgconfig python:2.7
|
|
USE_GNOME= glib20
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|