diff options
author | ver <ver@pkgsrc.org> | 2010-07-19 16:42:12 +0000 |
---|---|---|
committer | ver <ver@pkgsrc.org> | 2010-07-19 16:42:12 +0000 |
commit | 57d28f1c8ab63368f9b83718a70ed964425d538f (patch) | |
tree | 347f6cb005cd10395a8a8c28335a0aff2fbe94d2 /net/py-s3cmd/Makefile | |
parent | 42aa11a4498d653aec69aff3d468cb3276b1b39f (diff) | |
download | pkgsrc-57d28f1c8ab63368f9b83718a70ed964425d538f.tar.gz |
Add s3cmd from http://s3tools.org/:
S3cmd lets you copy files from/to Amazon S3 (Simple Storage Service) using a
simple to use command line client. Supports rsync-like backup, GPG encryption,
and more. Also supports management of Amazon's CloudFront content delivery
network.
Diffstat (limited to 'net/py-s3cmd/Makefile')
-rw-r--r-- | net/py-s3cmd/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/py-s3cmd/Makefile b/net/py-s3cmd/Makefile new file mode 100644 index 00000000000..0d755b781e1 --- /dev/null +++ b/net/py-s3cmd/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2010/07/19 16:42:12 ver Exp $ + +DISTNAME= s3cmd-0.9.9.91 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= python net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=s3tools/files/s3cmd/} + +MAINTAINER= ver@NetBSD.org +HOMEPAGE= http://s3tools.org/s3cmd +COMMENT= Command-line interface to Amazon's Simple Storage Service (S3) +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir +PYDISTUTILSPKG= yes +MAKE_ENV+= S3CMD_INSTPATH_MAN=man + +DEPENDS+= ${PYPKGPREFIX}-expat:../../textproc/py-expat + +.include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" |