klausz65
2021-09-08 0bfe75e285262599d90804aa74cb7151d7590fe2
commit | author | age
9ba459 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/postgres-dbi-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.summary value="The DBI PostgreSQL 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-postgresql.license license="Artistic"
24
25 file path=usr/perl5/$(PERLVER)/man/man3/Bundle::DBD::Pg.3
26 file path=usr/perl5/$(PERLVER)/man/man3/DBD::Pg.3
1ff27b 27 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Bundle/DBD/Pg.pm
AP 28 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/DBD/Pg.pm
29 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBD/Pg/.packlist
30 file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/auto/DBD/Pg/Pg.so \
9ba459 31     mode=0555
AP 32
33 depend fmri=library/perl-5/database@1.623 type=require
34 depend fmri=library/security/openssl@0.9.8.25 type=require