1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/py-cherrypy-old/Makefile
Muhammad Moinur Rahman 6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00

25 lines
578 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= bofh@FreeBSD.org
COMMENT= Pythonic, object-oriented web development framework
LICENSE= BSD3CLAUSE
USES= python:2
USE_PYTHON= autoplist distutils
PORTSCOUT= ignore:1 # This the last version of 2.3.X branch
.include <bsd.port.mk>