freebsd-ports/devel/py-utils/Makefile
Mikhail Teterin 831408593c Upgrade from 0.3.0 to 0.4.0.
Approved by:	maintainer
Feature safe:	yes
2011-02-07 22:43:48 +00:00

33 lines
805 B
Makefile

# New ports collection makefile for: py-utils
# Date created: 16 March 2006
# Whom: Daniel Bretoi
#
# $FreeBSD$
#
PORTNAME= utils
PORTVERSION= 0.4.0
CATEGORIES= devel python
MASTER_SITES= http://www.voidspace.org.uk/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pythonutils-${PORTVERSION}
MAINTAINER= daniel@netwalk.org
COMMENT= General utility modules that simplify common programming in Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= pythonutils
PYDISTUTILS_EGGINFODIR= ${PYTHONPREFIX_SITELIBDIR}/pythonutils
WRKSRC= ${WRKDIR}/pythonutils-${PORTVERSION}
USE_ZIP= yes
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
.include <bsd.port.mk>