diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-08-29 16:25:24 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-08-29 16:25:24 +0000 |
commit | 9116f0ea466c181d0d831557a88c4c1d13ddec91 (patch) | |
tree | 96d02a4e9247ca3cea8db04bafd6355cc30c8b20 | |
parent | 4a1f19112d13e0740f461f51d40d06948dce2da9 (diff) | |
download | freebsd-ports-9116f0ea466c181d0d831557a88c4c1d13ddec91.zip |
www/py-webassets: Media asset management for Python
Asset management application for Python web development.
Use it to merge and compress your JavaScript and CSS files.
WWW: https://github.com/miracle2k/webassets
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/py-webassets/Makefile | 17 | ||||
-rw-r--r-- | www/py-webassets/distinfo | 2 | ||||
-rw-r--r-- | www/py-webassets/pkg-descr | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 32a5b2e8be7c..71c53041a5c4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1701,6 +1701,7 @@ SUBDIR += py-utidy SUBDIR += py-w3lib SUBDIR += py-waitress + SUBDIR += py-webassets SUBDIR += py-webhelpers SUBDIR += py-webkitgtk SUBDIR += py-webob diff --git a/www/py-webassets/Makefile b/www/py-webassets/Makefile new file mode 100644 index 000000000000..522532c037d0 --- /dev/null +++ b/www/py-webassets/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= webassets +PORTVERSION= 0.10.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Media asset management for Python + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/www/py-webassets/distinfo b/www/py-webassets/distinfo new file mode 100644 index 000000000000..2b7f22888166 --- /dev/null +++ b/www/py-webassets/distinfo @@ -0,0 +1,2 @@ +SHA256 (webassets-0.10.1.tar.gz) = 2c59f2ddc0abe29afdc91bb535faf6ce3145a1aaf2c1cd8fefdb0296d8e6c9e2 +SIZE (webassets-0.10.1.tar.gz) = 167615 diff --git a/www/py-webassets/pkg-descr b/www/py-webassets/pkg-descr new file mode 100644 index 000000000000..ab3149672d28 --- /dev/null +++ b/www/py-webassets/pkg-descr @@ -0,0 +1,5 @@ +Asset management application for Python web development. + +Use it to merge and compress your JavaScript and CSS files. + +WWW: https://github.com/miracle2k/webassets |