[54875] trunk/dports/perl

snc at macports.org snc at macports.org
Mon Aug 3 05:55:58 PDT 2009


Revision: 54875
          http://trac.macports.org/changeset/54875
Author:   snc at macports.org
Date:     2009-08-03 05:55:58 -0700 (Mon, 03 Aug 2009)
Log Message:
-----------
created p5-crypt-gcrypt, ticket #20170. taken as openmaintainer.

Added Paths:
-----------
    trunk/dports/perl/p5-crypt-gcrypt/
    trunk/dports/perl/p5-crypt-gcrypt/Portfile

Added: trunk/dports/perl/p5-crypt-gcrypt/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-gcrypt/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-crypt-gcrypt/Portfile	2009-08-03 12:55:58 UTC (rev 54875)
@@ -0,0 +1,23 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id:$
+
+PortSystem	        1.0
+PortGroup	        perl5 1.0
+
+perl5.setup	        Crypt-GCrypt 1.21
+
+maintainers	        snc openmaintainer
+
+description	        Perl interface to the GNU Cryptographic library
+long_description    Crypt::GCrypt provides a Perl interface to the libgcrypt \
+                    cryptographic functions. It currently supports symmetric \
+                    ciphers such as AES/Rikndael, Twofish, Triple DES, Arcfour \
+                    etc., while asymmetric cryptography is being developed.
+
+platforms	        darwin
+depends_lib-append	port:libgcrypt
+
+checksums	        md5     3b3780e64ead014592f52e38df757d81
+
+configure.pre_args-append	GCRYPTLIBPATH=${prefix}/lib GCRYPTINCPATH=${prefix}/include
+


Property changes on: trunk/dports/perl/p5-crypt-gcrypt/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090803/54fedb94/attachment-0001.html>


More information about the macports-changes mailing list