aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-umemcache/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dependency on the python2 metaportantoine2018-02-191-2/+2
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* - Convert ports from databases/ and deskutils/ to new USES=pythonmva2014-10-191-4/+2
| | | | Approved by: portmgr (implicit)
* Convert d* to USES=zipbapt2014-03-081-2/+1
|
* databases/py-umemcache: Modernise: STAGE, AUTOPLIST & morekoobs2014-02-031-5/+4
| | | | | | | | - Enable STAGE support - Enable AUTOPLIST support, delete PLIST_FILES - Update LICENSE (BSD4CLAUSE) - USE_DOS2UNIX -> USES=dos2unix - Bump PORTREVISION
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | databases)
* databases/py-umemcache: Update to 1.6.3koobs2013-06-101-1/+1
| | | | | - Update to 1.6.3 - pkg-descr: Tab->space in WWW
* Update MAINTAINER address for all my ports. While I'm here,koobs2013-02-091-2/+2
| | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor)
* - Update to 1.6culot2012-11-271-1/+1
| | | | | | PR: ports/173717 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
* - Update to 1.5culot2012-10-121-9/+5
| | | | | | | | - Sort USE_* flags PR: ports/172384 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer) Feature safe: yes
* Ultra fast memcache client written in highly optimized C++ with Python bindingssbz2012-08-241-0/+26
WWW: https://github.com/esnme/ultramemcache/ PR: ports/170731 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>