diff options
Diffstat (limited to 'devel/rubygem-marcel-gitlab/Makefile')
| -rw-r--r-- | devel/rubygem-marcel-gitlab/Makefile | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/devel/rubygem-marcel-gitlab/Makefile b/devel/rubygem-marcel-gitlab/Makefile new file mode 100644 index 000000000000..157fbe0f004f --- /dev/null +++ b/devel/rubygem-marcel-gitlab/Makefile @@ -0,0 +1,18 @@ +PORTNAME=	marcel +PORTVERSION=	1.0.4 +CATEGORIES=	devel rubygems +MASTER_SITES=	RG +PKGNAMESUFFIX=	-gitlab + +MAINTAINER=	mfechner@FreeBSD.org +COMMENT=	Simple mime type detection +WWW=		https://github.com/rails/marcel + +LICENSE=	MIT +LICENSE_FILE=	${WRKSRC}/MIT-LICENSE + +USES=		gem + +NO_ARCH=	yes + +.include <bsd.port.mk> | 
