Revision
132464
Author
ryandesign@macports.org
Date
2015-02-01 16:40:19 -0800 (Sun, 01 Feb 2015)

Log Message

php-jsmin: new port, version 1.0 (#46727)

Added Paths

Diff

Added: trunk/dports/php/php-jsmin/Portfile (0 => 132464)


--- trunk/dports/php/php-jsmin/Portfile	                        (rev 0)
+++ trunk/dports/php/php-jsmin/Portfile	2015-02-02 00:40:19 UTC (rev 132464)
@@ -0,0 +1,23 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           php 1.1
+
+name                php-jsmin
+version             1.0.0
+categories-append   devel
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             PHP-3.01
+
+php.branches        5.3 5.4 5.5 5.6
+php.pecl            yes
+
+description         PHP API for minifying and uglifying JavaScript
+
+long_description    This extension provides a PHP API to Douglas Crockford’s \
+                    jsmin method for minifying and uglifying JavaScript.
+
+checksums           rmd160  00790104378e82ba2334c15411b28d6b83005983 \
+                    sha256  d5a13a26f248da8db2faa8cdfff5d13d05fe7163947497f7db3b0a38dd395e4a
Property changes on: trunk/dports/php/php-jsmin/Portfile
___________________________________________________________________

Added: svn:keywords

Added: svn:eol-style