4076b52add
- Update WWW - Pass maintainership to ruby@ PR: ports/167359 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
24 lines
424 B
Makefile
24 lines
424 B
Makefile
# 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>
|