diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:10:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:10:37 +0000 |
commit | 078a1f526ea40b94c6c546d608f2d8ac1ea17af4 (patch) | |
tree | 1f4f11059f01252092a1c904838a5bc08edcdc99 | |
parent | 2bcf3fce5fd547f332333e0b2297b65fd41a1893 (diff) |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/php52-readline/Makefile | 14 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/php52-pspell/Makefile | 14 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 24033984b7db..a702f36ca357 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2474,6 +2474,7 @@ SUBDIR += php52-ncurses SUBDIR += php52-pcntl SUBDIR += php52-pcre + SUBDIR += php52-readline SUBDIR += phpbt SUBDIR += phptags SUBDIR += physfs diff --git a/devel/php52-readline/Makefile b/devel/php52-readline/Makefile new file mode 100644 index 000000000000..c94f422c8ab0 --- /dev/null +++ b/devel/php52-readline/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-readline +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -readline + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/Makefile b/textproc/Makefile index 67097076324d..efa55c9e5fd0 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -936,6 +936,7 @@ SUBDIR += php5-xsl SUBDIR += php52-ctype SUBDIR += php52-dom + SUBDIR += php52-pspell SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pootle diff --git a/textproc/php52-pspell/Makefile b/textproc/php52-pspell/Makefile new file mode 100644 index 000000000000..a4e329444125 --- /dev/null +++ b/textproc/php52-pspell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-pspell +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -pspell + +.include "${MASTERDIR}/Makefile" |