diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-03-27 16:09:37 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-03-27 16:09:37 +0000 |
commit | a4cffdad1a0cebc9e4fa2dfce6711b756f839b02 (patch) | |
tree | 6970182b052dcd21d44da9340f0a1e62db6af5fb /lang/php5/pkg-plist.mod | |
parent | 75779ff8c6a865fe89415f995ae54edd2405441e (diff) |
Welcome the new mod_php ports, in order to have default packages for
Apache PHP modules.
Submitted by: marcus
Reworked by: ale (me)
Requested by: many, too many
Notes
Notes:
svn path=/head/; revision=349342
Diffstat (limited to 'lang/php5/pkg-plist.mod')
-rw-r--r-- | lang/php5/pkg-plist.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/php5/pkg-plist.mod b/lang/php5/pkg-plist.mod new file mode 100644 index 000000000000..a12fa984d65f --- /dev/null +++ b/lang/php5/pkg-plist.mod @@ -0,0 +1,3 @@ +%%APACHEMODDIR%%/%%AP_MODULE%% +@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f |