1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/py-application/Makefile
Martin Wilke 806bc01f9d Basic building blocks for python applications
WWW:	http://pypi.python.org/pypi/python-application/

PR:		ports/158875
Submitted by:	Eugene Grosbein <ports@grosbein.net>
2011-08-26 04:53:12 +00:00

23 lines
507 B
Makefile

# New ports collection makefile for: py-application
# Date created: 14 July 2011
# Whom: Eugene Grosbein <ports@grosbein.net>
#
# $FreeBSD$
#
PORTNAME= application
PORTVERSION= 1.2.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@grosbein.net
COMMENT= Basic building blocks for python applications
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=python_${PORTNAME}
.include <bsd.port.mk>