klausz65
2021-09-08 0bfe75e285262599d90804aa74cb7151d7590fe2
commit | author | age
a3655d 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2013 Alexander Pyhalov.  All rights reserved.
14 #
15
16 set name=pkg.fmri value=pkg:/library/perl-5/mysql-dbi-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.summary value="The DBI MySQL Interface for Perl"
18 set name=info.classification value=org.opensolaris.category.2008:Development/Perl
19 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
22
23 license dbi-mysql.license license="Artistic"
24
25 file path=usr/perl5/$(PERLVER)/man/man3/Bundle::DBD::mysql.3
26 file path=usr/perl5/$(PERLVER)/man/man3/DBD::mysql.3
27 file path=usr/perl5/$(PERLVER)/man/man3/DBD::mysql::INSTALL.3
1ff27b 28 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Bundle/DBD/mysql.pm
AP 29 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/mysql.pm
30 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/mysql/GetInfo.pm
31 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/mysql/INSTALL.pod
32 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBD/mysql/.packlist
a3655d 33 file \
1ff27b 34     path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBD/mysql/mysql.so \
a3655d 35     mode=0555
AP 36
37 depend fmri=library/perl-5/database@1.623 type=require
38 depend fmri=library/security/openssl@0.9.8.25 type=require
39 depend fmri=pkg:/library/zlib@1.2.8 type=require