1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/py-cherrypy-old/Makefile
Sunpoet Po-Chuan Hsieh 3ea5789f46 - Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Remove PORTEXAMPLES
- Support STAGEDIR
- Bump PORTREVISION for package change
- Use single space after WWW:
- While I'm here, remove leading indefinite article from COMMENT

PR:		ports/189888
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-05-24 14:12:09 +00:00

26 lines
596 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= cherrypy
PORTVERSION= 2.3.0
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www python
MASTER_SITES= http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -old
DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/}
MAINTAINER= 5u623l20@gmail.com
COMMENT= Pythonic, object-oriented web development framework
LICENSE= BSD3CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PORTSCOUT= ignore:1 # This the last version of 2.3.X branch
.include <bsd.port.mk>