20 lines
550 B
Makefile
20 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/07/31 17:41:14 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= s3funnel-0.5.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://s3funnel.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@netbsd.org
|
|
HOMEPAGE= http://code.google.com/p/s3funnel/
|
|
COMMENT= Multithreaded tool for performing operations on Amazon S3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-workerpool-[0-9]*:../../wip/py-workerpool
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../net/py-boto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|