aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/iosocket_ssl.nim
blob: 15d76ddc24136bba291cd4f90fe5e42e8658735a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

tessera "iosocker_ssl":
  source: "https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.095.tar.gz"
  patches: @[""]
  dependencies: @[
    "make_ca",
    "net_ssleay"
  ]
  build: @[
    "yes | perl Makefile.PL",
    "make",
    "make install"
  ]
  result: "perl5/5.42/site_perl/IO/SOCKER/SSL/SSL.pm"
  
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.