mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE
- Use USES=dos2unix - Support STAGEDIR - Reformat pkg-descr
This commit is contained in:
parent
3fd05640cb
commit
c048863b8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334245
2 changed files with 7 additions and 10 deletions
|
@ -15,20 +15,19 @@ COMMENT= Memcached extension
|
|||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
CONFIGURE_ARGS= --with-zlib-dir=/usr
|
||||
USE_DOS2UNIX= yes
|
||||
USE_CSTD= gnu89
|
||||
USE_PHP= zlib session
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
USE_CSTD= gnu89
|
||||
USES= dos2unix
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
${MKDIR} ${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR}/
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
Memcached is a caching daemon designed especially for
|
||||
dynamic web applications to decrease database load by
|
||||
storing objects in memory.
|
||||
This extension allows you to work with memcached through
|
||||
handy OO and procedural interfaces.
|
||||
Memcached is a caching daemon designed especially for dynamic web applications
|
||||
to decrease database load by storing objects in memory. This extension allows
|
||||
you to work with memcached through handy OO and procedural interfaces.
|
||||
|
||||
WWW: http://pecl.php.net/package/memcache/
|
||||
|
|
Loading…
Add table
Reference in a new issue