diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:09:22 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 16:09:22 +0000 |
| commit | b3db7b9bc30b6d96610adb45d7f097cecd589204 (patch) | |
| tree | 6c8f8815cc77de410599274ed650e6b4646391c0 /security/php52-mcrypt | |
| parent | - PHP 5.2 slave port (diff) | |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Diffstat (limited to 'security/php52-mcrypt')
| -rw-r--r-- | security/php52-mcrypt/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/php52-mcrypt/Makefile b/security/php52-mcrypt/Makefile new file mode 100644 index 000000000000..5e0fa03441dd --- /dev/null +++ b/security/php52-mcrypt/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-mcrypt +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -mcrypt + +.include "${MASTERDIR}/Makefile" |
