diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-21 07:49:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-21 07:49:42 +0800 |
commit | d2bf509f76c195379a75dd724a8fee5ae5e7604e (patch) | |
tree | 90b5d8ee4249bff33f2df9af28653df20b4f50c8 /net-im/rubygem-xmpp4r/Makefile | |
parent | 1480b21424082999e0dcbaf07e7a3ce5008b5b53 (diff) | |
download | freebsd-ports-gnome-d2bf509f76c195379a75dd724a8fee5ae5e7604e.tar.gz freebsd-ports-gnome-d2bf509f76c195379a75dd724a8fee5ae5e7604e.tar.zst freebsd-ports-gnome-d2bf509f76c195379a75dd724a8fee5ae5e7604e.zip |
- Update to 0.4
- Take maintainership
- Disconnect/Connect ruby-xmpp4r/rubygem-xmpp4r
PR: 131757
Submitted by: Wen Heping <wenheping@gmail.com>
Diffstat (limited to 'net-im/rubygem-xmpp4r/Makefile')
-rw-r--r-- | net-im/rubygem-xmpp4r/Makefile | 42 |
1 files changed, 6 insertions, 36 deletions
diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile index b299962990ed..11fe9606d931 100644 --- a/net-im/rubygem-xmpp4r/Makefile +++ b/net-im/rubygem-xmpp4r/Makefile @@ -6,45 +6,15 @@ # PORTNAME= xmpp4r -PORTVERSION= 0.3.2 +PORTVERSION= 0.4 CATEGORIES= net-im ruby -MASTER_SITES= http://download.gna.org/xmpp4r/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby +MASTER_SITES= RF/xmpp4r -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= XMPP/Jabber library for Ruby -USE_RUBY= YES -USE_RUBY_RDOC= YES - -LIB_FILES= lib/xmpp4r.rb lib/xmpp4r/callbacks.rb lib/xmpp4r -DOCS= ChangeLog LICENSE README UPDATING -EXAMPLES= basic advanced - -do-build: -.if !defined(NOPORTDOCS) - cd ${BUILD_WRKSRC}; ${RUBY_RDOC} \ - -o rdoc \ - --all --fileboxes --inline-source --line-numbers \ - ${LIB_FILES} -.endif - -do-install: - cd ${INSTALL_WRKSRC}; ${CP} -R ${LIB_FILES} ${RUBY_SITELIBDIR}/ - -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor - ${CP} -R ${WRKSRC}/rdoc/ ${RUBY_MODDOCDIR}/rdoc - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/${f}/ - ${CP} -R ${WRKSRC}/data/doc/xmpp4r/examples/${f}/ ${RUBY_MODEXAMPLESDIR}/${f}/ -.endfor -.endif +USE_RUBY= YES +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes .include <bsd.port.mk> |