forked from Lainports/freebsd-ports
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15434
26 lines
521 B
Makefile
26 lines
521 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= flipper
|
|
PORTVERSION= 0.11.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 011
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Act of enabling/disabling features in your application
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Obsoleted by update of www/gitlab. Please use devel/rubygem-flipper instead.
|
|
EXPIRATION_DATE= 2018-06-30
|
|
|
|
CONFLICTS_INSTALL= rubygem-flipper rubygem-flipper010
|
|
|
|
PORTSCOUT= limit:^0\.11\.
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|