Skip to content

Commit

Permalink
dev-perl/Alien-OpenSSL: New package
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Nov 5, 2021
1 parent d4d2f50 commit e94a1bd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
28 changes: 28 additions & 0 deletions dev-perl/Alien-OpenSSL/Alien-OpenSSL-0.120.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=PLICEASE
DIST_VERSION=0.12
inherit perl-module

DESCRIPTION="Alien wrapper for OpenSSL"

SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
>=dev-perl/Alien-Build-0.38.0
dev-libs/openssl
"
DEPEND="
dev-libs/openssl
"
BDEPEND="${RDEPEND}
>=dev-perl/Alien-Build-0.320.0
>=virtual/perl-ExtUtils-MakeMaker-6.520.0
test? (
dev-perl/Test2-Suite
)
"
1 change: 1 addition & 0 deletions dev-perl/Alien-OpenSSL/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Alien-OpenSSL-0.12.tar.gz 17218 BLAKE2B 4bc9b59f3b7f35ec57926b05b35dae14182fde439a46531c6c636d11fd1e59e6a6444cbe5aee6931bd42140e1de73aee9b0e7b34f9a5b1f48a764c6286ecca2e SHA512 30d5d821eeb65c89886b067361f02248249b21b9e78c5c9624a38acaf6050ee77935e0c9a6c8f455aa7414f7f9ec0711d589b132440534df8d41d179bbd46255
8 changes: 8 additions & 0 deletions dev-perl/Alien-OpenSSL/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit e94a1bd

Please sign in to comment.