26 lines
590 B
Makefile
26 lines
590 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/12/27 11:41:02 jasper Exp $
|
|
|
|
COMMENT = text progressbar library for python
|
|
|
|
MODPY_EGG_VERSION = 2.2
|
|
DISTNAME = progressbar-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://code.google.com/p/python-progressbar/
|
|
MASTER_SITES = http://pypi.python.org/packages/source/p/progressbar/
|
|
|
|
MAINTAINER = Remi Pointel <remi.pointel@xiri.fr>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|