21 lines
357 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2016/01/07 21:35:28 jasper Exp $
2013-01-21 15:17:08 +00:00
COMMENT= pure Python implementation of an SMM manager
MODPY_EGG_VERSION= 0.8.2
DISTNAME= smmap-${MODPY_EGG_VERSION}
REVISION= 3
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
# BSD
PERMIT_PACKAGE_CDROM= Yes
2015-04-02 14:21:12 +00:00
MODPY_PI = Yes
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
.include <bsd.port.mk>