]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Convert-ASN1/perl-Convert-ASN1.nm
68c745983ffe7a00677c52fae0e9bb9da9dd8a75
[ipfire-3.x.git] / perl-Convert-ASN1 / perl-Convert-ASN1.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Convert-ASN1
7 version = 0.33
8 release = 1
9 thisapp = Convert-ASN1-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/Convert-ASN1
13 license = GPL+
14 summary = ASN.1 Encode/Decode library for perl.
15
16 description
17 Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
18 end
19
20 source_dl = https://cpan.metacpan.org/authors/id/T/TI/TIMLEGGE/
21
22 build
23 arches = noarch
24
25 requires
26 perl(ExtUtils::MakeMaker)
27 end
28
29 build
30 perl Makefile.PL INSTALLDIRS=vendor
31 make %{PARALLELISMFLAGS}
32 end
33
34 make_install_targets = \
35 pure_install
36 end
37
38 packages
39 package %{name}
40 end