7b18637d74
- Add NO_ARCH - Remove USE_RAKE - Reformat pkg-descr - Take maintainership Changes: https://github.com/ahoward/lockfile/commits/master
21 lines
360 B
Makefile
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>
|