openbsd-ports/net/mygpoclient/Makefile
sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00

23 lines
409 B
Makefile

# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:43 sthen Exp $
COMMENT= gpodder.net client library
MODPY_EGG_VERSION= 1.8
DISTNAME= mygpoclient-${MODPY_EGG_VERSION}
CATEGORIES= net devel
REVISION= 0
MAINTAINER= Tim Meunier <trondd@kagu-tsuchi.com>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
NO_TEST= Yes
.include <bsd.port.mk>