aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-CFPropertyList/Makefile
blob: b91a3e90109b600dd9af9f0ac95128e93983b21a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	CFPropertyList
PORTVERSION=	4.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Read, write and manipulate both binary and XML property lists
WWW=		https://github.com/ckruse/CFPropertyList

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-base64>=0:converters/rubygem-base64 \
		rubygem-nkf>=0:net/rubygem-nkf \
		rubygem-rexml>=0:textproc/rubygem-rexml

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>