19 lines
382 B
Makefile
19 lines
382 B
Makefile
# Created by: Dennis Herrmann <adox@mcx2.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lockfile
|
|
PORTVERSION= 1.4.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= A ruby library for creating NFS safe lockfiles
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rlock bin/rlock-${PORTVERSION}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|