diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/php52-ming/Makefile | 14 | ||||
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/php52-mcrypt/Makefile | 14 | ||||
-rw-r--r-- | security/php52-mhash/Makefile | 14 |
6 files changed, 45 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 87a760c234c8..c52b437b7343 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -520,6 +520,7 @@ SUBDIR += php5-sybase_ct SUBDIR += php52-dba SUBDIR += php52-dbase + SUBDIR += php52-mssql SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phpmyadmin211 diff --git a/graphics/Makefile b/graphics/Makefile index 6c84711881f2..9b2c06d1f859 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -690,6 +690,7 @@ SUBDIR += php5-gd SUBDIR += php52-exif SUBDIR += php52-gd + SUBDIR += php52-ming SUBDIR += phplot SUBDIR += phpsview SUBDIR += picpuz diff --git a/graphics/php52-ming/Makefile b/graphics/php52-ming/Makefile new file mode 100644 index 000000000000..fc53ef8b6c3d --- /dev/null +++ b/graphics/php52-ming/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-ming +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -ming + +.include "${MASTERDIR}/Makefile" diff --git a/security/Makefile b/security/Makefile index 5a7fcbf72f96..74e4b5834b54 100644 --- a/security/Makefile +++ b/security/Makefile @@ -632,6 +632,7 @@ SUBDIR += php52-filter SUBDIR += php52-hash SUBDIR += php52-mcrypt + SUBDIR += php52-mhash SUBDIR += phpdeadlock SUBDIR += phpmyid SUBDIR += phpsecinfo 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" diff --git a/security/php52-mhash/Makefile b/security/php52-mhash/Makefile new file mode 100644 index 000000000000..58bddf731c12 --- /dev/null +++ b/security/php52-mhash/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-mhash +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -mhash + +.include "${MASTERDIR}/Makefile" |