openbsd-ports/devel/py-newt-syrup/Makefile
jasper 6ff4dbbb70 import py-newt-syrup 0.2.0
Newt Syrup is a Python framework for creating text-based
applications. The framework depends on the Python bindings for Newt.

ok aja@
2012-09-05 07:32:24 +00:00

30 lines
616 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/09/05 07:32:24 jasper Exp $
PKG_ARCH= *
COMMENT= Python framework for creating text-based applications
MODPY_EGG_VERSION= 0.2.0
DISTNAME= newt_syrup-${MODPY_EGG_VERSION}
PKGNAME= py-newt-syrup-${MODPY_EGG_VERSION}
CATEGORIES= devel
HOMEPAGE= https://fedorahosted.org/newt-syrup/wiki
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://mcpierce.fedorapeople.org/sources/
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
RUN_DEPENDS= devel/newt
NO_REGRESS= Yes
.include <bsd.port.mk>