- Remove leading indefinite article from COMMENT - Support STAGEDIR PR: ports/183867 Submitted by: sunpoet (myself) Approved by: dhn (maintainer)
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# Created by: Dennis Herrmann <adox@mcx2.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lockfile
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Ruby library for creating NFS safe lockfiles
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RAKE= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rlock
|
|
|
|
.include <bsd.port.mk>
|