blob: 0864b8c27f862ae6cdb69a671ab68594f4cc6747 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= ruby@FreeBSD.org
COMMENT= Command line WebDAV client and Ruby library
LICENSE= GPLv2
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/dav
.include <bsd.port.mk>
|