diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:38:22 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:38:22 +0000 |
commit | eae5937bbd28e419133f2116a08fcc71b96c7980 (patch) | |
tree | d05a520caac1eaabf75000b20cc2ca20d25d7f83 /textproc/php4-pspell | |
parent | 105474c92f98c7205b72a37b3a939c7e2c4908ad (diff) |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114071
Diffstat (limited to 'textproc/php4-pspell')
-rw-r--r-- | textproc/php4-pspell/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php4-pspell/Makefile b/textproc/php4-pspell/Makefile new file mode 100644 index 000000000000..37ff44f5318b --- /dev/null +++ b/textproc/php4-pspell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-pspell +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= textproc + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -pspell + +.include "${MASTERDIR}/Makefile" |