20 lines
330 B
Makefile
20 lines
330 B
Makefile
# Created by: Dennis Herrmann <adox@mcx2.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lockfile
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby library for creating NFS safe lockfiles
|
|
|
|
LICENSE= RUBY
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/rlock
|
|
|
|
.include <bsd.port.mk>
|