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>
|