Ticket #46727: Portfile

File Portfile, 719 bytes (added by c9s (Yo-An Lin), 10 years ago)

php-jsmin Portfile

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           php 1.1
7
8github.setup        sqmk pecl-jsmin master taint-
9
10name                php-jsmin
11version             1.0.0
12categories          php devel
13platforms           darwin
14maintainers         nomaintainer
15license             PHP-3.01
16
17php.branches        5.3 5.4 5.5 5.6
18php.pecl            yes
19php.pecl.prerelease yes
20
21description         This extension adds Douglas Crockford's jsmin functionality to PHP.
22
23long_description    This extension adds Douglas Crockford's jsmin functionality to PHP.