Commits
Ryan Schmidt authored 9668bcb87b7
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup php 1.1 |
5 5 | |
6 6 | name php-uuid |
7 7 | version 1.0.4 |
8 8 | categories-append net www |
9 9 | platforms darwin |
10 - | maintainers pixilla |
10 + | maintainers {pixilla @pixilla} |
11 11 | license LGPL-2.1+ |
12 12 | |
13 - | php.branches 5.3 5.4 5.5 5.6 7.0 7.1 |
13 + | php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 |
14 14 | php.pecl yes |
15 15 | |
16 16 | description A wrapper around libuuid from the ext2utils project. |
17 17 | |
18 18 | long_description ${description} |
19 19 | |
20 20 | checksums rmd160 5efc7fad2c43c029fa8a88e17356f3a8af9f5f8f \ |
21 - | sha256 63079b6a62a9d43691ecbcd4eb52e5e5fe17b5a3d0f8e46e3c17ff265c06a11f |
21 + | sha256 63079b6a62a9d43691ecbcd4eb52e5e5fe17b5a3d0f8e46e3c17ff265c06a11f \ |
22 + | size 14900 |
22 23 | |
23 24 | use_parallel_build yes |
24 25 | |
25 26 | patchfiles patch-osx_build.diff |