diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:36:34 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:36:34 +0000 |
| commit | 35be83059e4f5e1875d8501843cafd9809fa3aeb (patch) | |
| tree | 1fa7827a736cc5547c4b779bd1f7f0a8aa723eb8 /textproc/php4-ctype | |
| parent | Add a new shared extension for PHP. (diff) | |
Add a new shared extension for PHP.
Diffstat (limited to 'textproc/php4-ctype')
| -rw-r--r-- | textproc/php4-ctype/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php4-ctype/Makefile b/textproc/php4-ctype/Makefile new file mode 100644 index 000000000000..e12ccb716bdc --- /dev/null +++ b/textproc/php4-ctype/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-ctype +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -ctype + +.include "${MASTERDIR}/Makefile" |
