34 lines
623 B
Makefile
34 lines
623 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/08/30 22:24:16 jasper Exp $
|
|
|
|
COMMENT= template plugin that supports Kid templates
|
|
|
|
VERSION= 1.0.4
|
|
DISTNAME= TurboKid-${VERSION}
|
|
PKGNAME= py-turbokid-${VERSION}
|
|
REVISION = 1
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.turbogears.org/
|
|
|
|
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://files.turbogears.org/eggs/
|
|
|
|
MODULES= lang/python
|
|
RUN_DEPENDS= ::devel/py-kid
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
SUBST_VARS= VERSION
|
|
|
|
MODPY_SETUPTOOLS= Yes
|
|
|
|
.include <bsd.port.mk>
|