1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/py-durus/Makefile
Wesley Shields 7762e27abb - Update to 3.8
- Switch to using easy_install macro

PR:		ports/129429
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-12-18 21:02:55 +00:00

37 lines
890 B
Makefile

# New ports collection makefile for: py-durus
# Date created: 13 Nov 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= durus
PORTVERSION= 3.8
CATEGORIES= devel python
MASTER_SITES= http://www.mems-exchange.org/software/durus/ \
${MASTER_SITE_LOCAL} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= dryice
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Durus-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= A persistent object storage system for Python
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= Durus
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
.for docfile in ACKS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt doc/FAQ.txt
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>