26 lines
412 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2015/09/29 10:51:54 sthen Exp $
COMMENT = date computations with months
MODPY_EGG_VERSION = 1.0b0
REVISION = 1
DISTNAME = MonthDelta-1.0b
PKGNAME = py-monthdelta-1.0b
CATEGORIES = devel
HOMEPAGE = http://packages.python.org/MonthDelta
# MIT
PERMIT_PACKAGE_CDROM = Yes
2015-04-02 14:21:12 +00:00
MODPY_PI = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
2013-03-11 10:50:00 +00:00
NO_TEST = Yes
.include <bsd.port.mk>