21 lines
325 B
Makefile
21 lines
325 B
Makefile
# 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
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/dav
|
|
|
|
.include <bsd.port.mk>
|