10 lines
187 B
Makefile
10 lines
187 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/08/27 15:35:55 landry Exp $
|
|
|
|
COMMENT = packaging tools for buildbot
|
|
|
|
PART = pkg
|
|
|
|
MAKE_ENV += BUILDBOT_VERSION=${MODPY_EGG_VERSION}
|
|
|
|
.include <bsd.port.mk>
|