diff options
Diffstat (limited to 'audio/rubygem-librmpd/Makefile')
-rw-r--r-- | audio/rubygem-librmpd/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/rubygem-librmpd/Makefile b/audio/rubygem-librmpd/Makefile new file mode 100644 index 000000000000..f13e788bdb3a --- /dev/null +++ b/audio/rubygem-librmpd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-librmpd +# Date created: 2010-05-06 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= librmpd +PORTVERSION= 0.1.1 +CATEGORIES= audio rubygems +MASTER_SITES= RF + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Is a simple yet powerful Music Player Daemon library + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |