556dabab73
Pythonic date computations with months ok rpointel@
28 lines
580 B
Makefile
28 lines
580 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/28 12:34:13 mpi Exp $
|
|
|
|
COMMENT = date computations with months
|
|
|
|
MODPY_EGG_VERSION = 0.9.1
|
|
DISTNAME = MonthDelta-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-monthdelta-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://packages.python.org/MonthDelta
|
|
|
|
MAINTAINER = Martin Pieuchot <mpi@openbsd.org>
|
|
|
|
# PSF
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_PYPI:=M/MonthDelta/}
|
|
|
|
MODULES = lang/python
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|