Add pecl version of php-mcrypt for php71.
This commit is contained in:
parent
ea7c91e758
commit
c40fa23e2b
3 changed files with 27 additions and 0 deletions
1
security/php-pecl-mcrypt/DESCR
Normal file
1
security/php-pecl-mcrypt/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Bindings for the libmcrypt library for PHP 7.1 and later.
|
20
security/php-pecl-mcrypt/Makefile
Normal file
20
security/php-pecl-mcrypt/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/03/20 16:44:17 taca Exp $
|
||||
#
|
||||
|
||||
MODNAME= mcrypt
|
||||
PECL_VERSION= 1.0.1
|
||||
PKGNAME= ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://pecl.php.net/package/mcrypt
|
||||
COMMENT= Bindings for the libmcrypt library
|
||||
LICENSE= php
|
||||
|
||||
PHP_VERSIONS_ACCEPTED= 71
|
||||
|
||||
CONFIGURE_ARGS+= --with-mcrypt=${PREFIX}
|
||||
|
||||
.include "../../security/libmcrypt/buildlink3.mk"
|
||||
.include "../../lang/php/ext.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
security/php-pecl-mcrypt/distinfo
Normal file
6
security/php-pecl-mcrypt/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/03/20 16:44:17 taca Exp $
|
||||
|
||||
SHA1 (php-mcrypt/mcrypt-1.0.1.tgz) = 9c365f1c07e0fb8ce99231f0b662ba64d4a5494b
|
||||
RMD160 (php-mcrypt/mcrypt-1.0.1.tgz) = 5887bb08d105d8a82d4c5360d1811103947f163e
|
||||
SHA512 (php-mcrypt/mcrypt-1.0.1.tgz) = 1677202715499a41ac6999089257a059106e58cbac06ca8a7dd2e9edd28be5a4118234dd7468110e9e3d7f9de5d099367848fe84bcd06716ea56645c9015c578
|
||||
Size (php-mcrypt/mcrypt-1.0.1.tgz) = 33782 bytes
|
Loading…
Reference in a new issue