Revision: 112783 https://trac.macports.org/changeset/112783 Author: ryandesign@macports.org Date: 2013-10-31 14:15:54 -0700 (Thu, 31 Oct 2013) Log Message: ----------- php-scrypt: new port, version 1.2 (#41075) Added Paths: ----------- trunk/dports/php/php-scrypt/ trunk/dports/php/php-scrypt/Portfile Added: trunk/dports/php/php-scrypt/Portfile =================================================================== --- trunk/dports/php/php-scrypt/Portfile (rev 0) +++ trunk/dports/php/php-scrypt/Portfile 2013-10-31 21:15:54 UTC (rev 112783) @@ -0,0 +1,29 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 +PortGroup php 1.1 + +name php-scrypt +version 1.2 +categories-append +platforms darwin +maintainers ryandesign openmaintainer +license BSD + +php.branches 5.3 5.4 5.5 +php.pecl yes + +description a PHP wrapper for scrypt + +long_description ${name} is ${description}, key derivation function \ + designed to be secure against hardware brute-force attacks. + +checksums rmd160 efda9cdc41870643f54e9532a8de71f727df504d \ + sha256 b5089b32bdf5d4e1406081c29a7f72447ec801ef863cb7aefed22e82941f56f9 + +configure.args-append --enable-scrypt + +use_parallel_build yes + +test.run yes Property changes on: trunk/dports/php/php-scrypt/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native