20 lines
493 B
Makefile
20 lines
493 B
Makefile
# $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"
|