freebsd-ports/devel/rubygem-lockfile/Makefile
Sunpoet Po-Chuan Hsieh 73a20aedf8 - Update to 2.1.0
- Remove leading indefinite article from COMMENT
- Support STAGEDIR

PR:		ports/183867
Submitted by:	sunpoet (myself)
Approved by:	dhn (maintainer)
2013-11-12 19:44:58 +00:00

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>