Last change
on this file was
147500,
checked in by ryandesign@…, 2 years ago
|
php-lzf: update to 1.6.5
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
810 bytes
|
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: Portfile 147500 2016-04-06 06:17:01Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup php 1.1 |
---|
6 | |
---|
7 | name php-lzf |
---|
8 | version 1.6.5 |
---|
9 | categories php devel |
---|
10 | platforms darwin |
---|
11 | maintainers ryandesign openmaintainer |
---|
12 | license PHP-3.01 |
---|
13 | |
---|
14 | php.branches 5.3 5.4 5.5 5.6 7.0 |
---|
15 | php.pecl yes |
---|
16 | |
---|
17 | description Handles LZF compression / decompression. |
---|
18 | |
---|
19 | long_description ${description} |
---|
20 | |
---|
21 | checksums rmd160 3f41e173a69004c435dfc9644e50ebea2308b4e5 \ |
---|
22 | sha256 dd116d12a3be985f42256650ce9a033fd3c4e8da4f2280c79fb9fd6a73199a4c |
---|
23 | |
---|
24 | distname LZF-${version} |
---|
25 | |
---|
26 | configure.args-append --enable-lzf |
---|
27 | |
---|
28 | use_parallel_build yes |
---|
Note: See
TracBrowser
for help on using the repository browser.