opnsense-ports/devel/rubygem-CFPropertyList/Makefile
Franco Fichtner ec55c31a07 */*: sync with upstream
Taken from: FreeBSD
2023-02-06 10:13:34 +01:00

19 lines
389 B
Makefile

PORTNAME= CFPropertyList
PORTVERSION= 3.0.6
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-rexml>=0:textproc/rubygem-rexml
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>