diff --git a/php/php-uuid/Portfile b/php/php-uuid/Portfile
index c2072b6..c299f14 100644
a
|
b
|
|
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 | | # $Id$ |
3 | 2 | |
4 | 3 | PortSystem 1.0 |
5 | 4 | PortGroup php 1.1 |
… |
… |
platforms darwin |
11 | 10 | maintainers pixilla |
12 | 11 | license LGPL-2.1+ |
13 | 12 | |
14 | | php.branches 5.3 5.4 5.5 5.6 7.0 |
| 13 | php.branches 5.3 5.4 5.5 5.6 7.0 7.1 |
15 | 14 | php.pecl yes |
16 | 15 | |
17 | 16 | description A wrapper around libuuid from the ext2utils project. |