aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-davclient/Makefile
blob: 73ab26131546d193adfb5c546f8c37f1d8c67d7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Mikhail T. <michael@fun-box.ru>
# $FreeBSD$

PORTNAME=   davclient
PORTVERSION=    0.0.8
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Command line WebDAV client and Ruby library

LICENSE=    GPLv2

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/dav

.include <bsd.port.mk>