freebsd-ports/devel/py-application/Makefile
Martin Wilke dbc7e7712b - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
2014-01-31 10:20:31 +00:00

20 lines
468 B
Makefile

# Created by: Eugene Grosbein <ports@grosbein.net>
# $FreeBSD$
PORTNAME= application
PORTVERSION= 1.2.9
PORTREVISION= 1
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_AUTOPLIST= yes
PYDISTUTILS_PKGNAME=python_${PORTNAME}
.include <bsd.port.mk>