- Add LICENSE_FILE - Update WWW Changes: https://github.com/dzaporozhets/six/blob/master/CHANGELOG https://github.com/dzaporozhets/six/commits/master
17 lines
259 B
Makefile
17 lines
259 B
Makefile
PORTNAME= six
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Very simple authorization gem
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|