summaryrefslogtreecommitdiff
path: root/security/php-pecl-mcrypt
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-03-20 16:44:17 +0000
committertaca <taca@pkgsrc.org>2017-03-20 16:44:17 +0000
commit0e0b75ead6736bf495c3a0d642fb79933cece5f7 (patch)
treed74192fc2cd09ff1d94fd49bf821ecba1e75916e /security/php-pecl-mcrypt
parent237c3b0ff44021fca24aa93054d5b8528cc66014 (diff)
downloadpkgsrc-0e0b75ead6736bf495c3a0d642fb79933cece5f7.tar.gz
Add pecl version of php-mcrypt for php71.
Diffstat (limited to 'security/php-pecl-mcrypt')
-rw-r--r--security/php-pecl-mcrypt/DESCR1
-rw-r--r--security/php-pecl-mcrypt/Makefile20
-rw-r--r--security/php-pecl-mcrypt/distinfo6
3 files changed, 27 insertions, 0 deletions
diff --git a/security/php-pecl-mcrypt/DESCR b/security/php-pecl-mcrypt/DESCR
new file mode 100644
index 00000000000..39348c386b0
--- /dev/null
+++ b/security/php-pecl-mcrypt/DESCR
@@ -0,0 +1 @@
+Bindings for the libmcrypt library for PHP 7.1 and later.
diff --git a/security/php-pecl-mcrypt/Makefile b/security/php-pecl-mcrypt/Makefile
new file mode 100644
index 00000000000..c8d3734d29c
--- /dev/null
+++ b/security/php-pecl-mcrypt/Makefile
@@ -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"
diff --git a/security/php-pecl-mcrypt/distinfo b/security/php-pecl-mcrypt/distinfo
new file mode 100644
index 00000000000..1a17f966b49
--- /dev/null
+++ b/security/php-pecl-mcrypt/distinfo
@@ -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