diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:52:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:52:01 +0800 |
commit | 1f99e810ab45990872db1a651e7f940fd74b7fe7 (patch) | |
tree | 2c48fba707583b3f11c9258fe17b4fa1469f307e /databases/php5-filepro | |
parent | 9dc397c8767864ad483d8a3c1e0b9f4cde73afa2 (diff) | |
download | freebsd-ports-gnome-1f99e810ab45990872db1a651e7f940fd74b7fe7.tar.gz freebsd-ports-gnome-1f99e810ab45990872db1a651e7f940fd74b7fe7.tar.zst freebsd-ports-gnome-1f99e810ab45990872db1a651e7f940fd74b7fe7.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'databases/php5-filepro')
-rw-r--r-- | databases/php5-filepro/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php5-filepro/Makefile b/databases/php5-filepro/Makefile new file mode 100644 index 000000000000..0d856339ad45 --- /dev/null +++ b/databases/php5-filepro/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-filepro +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -filepro + +.include "${MASTERDIR}/Makefile" |