blob: 1125078b26d16ea52691f5a0c398a37d60bacc75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: pumperweb
# Date created: 2007-03-28
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= pumperweb
PORTVERSION= 0.1
CATEGORIES= www devel
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= thinker@branda.to
COMMENT= PumperWeb is a meta project that creates a WEB framework
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ez_web/ez_user_auth.py:${PORTSDIR}/www/py-ez_web \
${PYTHON_SITELIBDIR}/sqlcc/__init__.py:${PORTSDIR}/devel/py-sqlcc
USE_PYTHON= yes
NO_BUILD= yes
do-install:
.include <bsd.port.mk>
|