mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d0bd017ccc
programmer's life simple. No more heavy framework, not more dirty. PumperWeb keeps programmers simple and smart. There is a old said, "Keep It Simple & Stupid". Stupid! A good stupid is another way to be smart. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki PR: ports/110941 Submitted by: Thinker K.F. Li <thinker at branda.to>
27 lines
579 B
Makefile
27 lines
579 B
Makefile
# 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>
|