freebsd-ports/devel/rubygem-lockfile/Makefile
Sunpoet Po-Chuan Hsieh 7b18637d74 - Update to 2.1.3
- Add NO_ARCH
- Remove USE_RAKE
- Reformat pkg-descr
- Take maintainership

Changes:	https://github.com/ahoward/lockfile/commits/master
2015-06-13 13:51:40 +00:00

21 lines
360 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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rlock
.include <bsd.port.mk>