diff options
Diffstat (limited to 'security/php-mcrypt')
-rw-r--r-- | security/php-mcrypt/DESCR | 2 | ||||
-rw-r--r-- | security/php-mcrypt/Makefile | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/security/php-mcrypt/DESCR b/security/php-mcrypt/DESCR new file mode 100644 index 00000000000..b03dcd80683 --- /dev/null +++ b/security/php-mcrypt/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides access to the mcrypt crypto algorithms library. diff --git a/security/php-mcrypt/Makefile b/security/php-mcrypt/Makefile new file mode 100644 index 00000000000..9f59adf4409 --- /dev/null +++ b/security/php-mcrypt/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $ + +MODNAME= mcrypt +CATEGORIES+= security +PKGREVISION= # empty +COMMENT= PHP extension for the mcrypt crypto algorithms library + +USE_BUILDLINK3= YES + +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt} + +.include "../../lang/php/ext.mk" +.include "../../security/libmcrypt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |