mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
806bc01f9d
WWW: http://pypi.python.org/pypi/python-application/ PR: ports/158875 Submitted by: Eugene Grosbein <ports@grosbein.net>
23 lines
507 B
Makefile
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>
|