diff options
Diffstat (limited to 'net/rubygem-twitter4r/Makefile')
-rw-r--r-- | net/rubygem-twitter4r/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/rubygem-twitter4r/Makefile b/net/rubygem-twitter4r/Makefile new file mode 100644 index 000000000000..be1cf96e3dae --- /dev/null +++ b/net/rubygem-twitter4r/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: rubygem-twitter4r +# Date created: Jul 9, 2007 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= twitter4r +PORTVERSION= 0.2.0 +CATEGORIES= net rubygems +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Twitter client API in pure Ruby + +BUILD_DEPENDS= rubygem-json>=0.4.3:${PORTSDIR}/devel/rubygem-json +RUN_DEPENDS= rubygem-json>=0.4.3:${PORTSDIR}/devel/rubygem-json + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include <bsd.port.post.mk> |