# New ports collection makefile for: Ruby/memcache # Date created: 26 December 2004 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= memcache PORTVERSION= 0.0.4 CATEGORIES= databases ruby MASTER_SITES= http://www.deveiate.org/code/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= Ruby-MemCache-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= A memcached client library for Ruby BUILD_DEPENDS= ${RUBY_SITELIBDIR}/io/reactor.rb:${PORTSDIR}/devel/ruby-io-reactor RUN_DEPENDS= ${RUBY_SITELIBDIR}/io/reactor.rb:${PORTSDIR}/devel/ruby-io-reactor USE_RUBY= yes NO_BUILD= yes DOCS= README do-install: cd ${WRKSRC}; ${RUBY} install.rb .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif .include Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/weex
Commit message (Expand)AuthorAgeFilesLines
* Convert to USES=gettextehaupt2013-04-231-1/+1
* - Fix build on amd64ehaupt2013-04-024-9/+26
* Remove indefinite article from COMMENTehaupt2013-03-081-1/+1
* - Use DOC instead of NOPORTDOCSehaupt2013-01-15