1b0994ee1e
With hat: python@
25 lines
720 B
Makefile
25 lines
720 B
Makefile
# Created by: ghostonthewire <ghostonthewire at gmail dot com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= formalchemy
|
|
PORTVERSION= 1.3.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= FormAlchemy-${DISTVERSION}
|
|
|
|
MAINTAINER= ghostonthewire@gmail.com
|
|
COMMENT= Toolkit for creating HTML form elements
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.5:${PORTSDIR}/databases/py-sqlalchemy06 \
|
|
${PYTHON_PKGNAMEPREFIX}Tempita>=0.4:${PORTSDIR}/textproc/py-Tempita \
|
|
${PYTHON_PKGNAMEPREFIX}webhelpers>=0.6.4:${PORTSDIR}/www/py-webhelpers
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|