aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-icalendar-gitlab/Makefile
blob: 4477b32dcd0776b9dd6ac620f727c3e621321810 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	icalendar
PORTVERSION=	2.10.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-gitlab

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Library for working with iCalendar files
WWW=		https://github.com/icalendar/icalendar

LICENSE=	BSD2CLAUSE GPLv3
LICENSE_COMB=	dual

RUN_DEPENDS=	rubygem-ice_cube>=0.16<1:devel/rubygem-ice_cube \
		rubygem-ostruct>=0:devel/rubygem-ostruct

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>