freebsd-ports/devel/py-vmaps/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

31 lines
610 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-vmaps
# Date created: Mar 20, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= vmaps
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= http://snafu.freedom.org/Vmaps/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Vmaps-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Arrays on mmap()
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Vmaps
PYDISTUTILS_PKGVERSION= 1.0
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/Vmaps.html ${DOCSDIR}
.endif
.include <bsd.port.mk>