mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
17 lines
314 B
Makefile
17 lines
314 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= librmpd
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= audio rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Is a simple yet powerful Music Player Daemon library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|