blob: 42007b5a7a63421165467f29ee78783673353c85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: rubygem-davclient
# Date created: 2011-01-19
# Whom: Mikhail T. <michael@fun-box.ru>
#
# $FreeBSD$
#
PORTNAME= davclient
PORTVERSION= 0.0.8
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= michael@fun-box.ru
COMMENT= Command line WebDAV client and Ruby library
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/dav
.include <bsd.port.mk>
|