blob: e7e7b50fa07210275b81d4a36918440d1c7d142d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2012/04/08 19:08:55 wiz 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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
|