mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
22 lines
510 B
Makefile
22 lines
510 B
Makefile
PORTNAME= CFPropertyList
|
|
PORTVERSION= 3.0.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@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-gitlab>=0:textproc/rubygem-rexml-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|