mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
292 B
Makefile
18 lines
292 B
Makefile
COMMENT= gpodder.net client library
|
|
|
|
MODPY_DISTV= 1.10
|
|
DISTNAME= mygpoclient-${MODPY_DISTV}
|
|
CATEGORIES= net devel
|
|
REVISION= 1
|
|
|
|
MAINTAINER= Tim Meunier <trondd@kagu-tsuchi.com>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
.include <bsd.port.mk>
|