openbsd-ports/net/vf1/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

29 lines
624 B
Makefile

# $OpenBSD: Makefile,v 1.2 2019/04/28 20:51:46 sthen Exp $
COMMENT = command line gopher client
MODPY_EGG_VERSION = 0.0.10
DISTNAME = VF-1-${MODPY_EGG_VERSION}
PKGNAME = vf1-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = net
HOMEPAGE = https://github.com/solderpunk/VF-1
MAINTAINER = Paco Esteban <paco@onna.be>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vf1/
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README.md ${PREFIX}/share/doc/vf1/
.include <bsd.port.mk>