e2d1064286
- Add LICENSE_FILE Changes: https://github.com/cloudfoundry/cf-uaa-lib/commits/master
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cf-uaa-lib
|
|
PORTVERSION= 3.2.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Client library for CloudFoundry UAA
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
|
|
|
RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|