17 lines
445 B
Makefile
17 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/11/18 02:25:37 asau Exp $
|
|
#
|
|
|
|
DISTNAME= filechunkio-1.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/f/filechunkio/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/fabian/filechunkio
|
|
COMMENT= Chunck files for input/output
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|