File:  [cvs.NetBSD.org] / pkgsrc / filesystems / py-filesystem / Attic / Makefile
Revision 1.6: download - view: text, annotated - select for diffs
Wed Oct 3 23:40:37 2012 UTC (12 years, 5 months ago) by cheusov
Branches: MAIN
CVS tags: HEAD
CONFLICTS between python modules

# $NetBSD: Makefile,v 1.6 2012/10/03 23:40:37 cheusov Exp $
#

VERSION=	0.4.0
DISTNAME=	fs-${VERSION}
PKGNAME=	${PYPKGPREFIX}-filesystem-${VERSION}
CATEGORIES=	filesystems
MASTER_SITES=	http://pyfilesystem.googlecode.com/files/

MAINTAINER=	gdt@ir.bbn.com
HOMEPAGE=	http://code.google.com/p/pyfilesystem/
COMMENT=	Python filesystem access library
LICENSE=	modified-bsd

USE_LANGUAGES=	# none

PYTHON_SELF_CONFLICT=	yes

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>