Files
ports/textproc/rubygem-gepub/Makefile
T
Alexander Ziaee 8e4ab236c7 textproc/rubygem-gepub: Unbreak the build
rubyzip has been bumped to version 3, switch depends to rubyzip2.

Approved by:	ziaee (doceng)
2026-07-10 00:18:14 -04:00

25 lines
488 B
Makefile

PORTNAME= gepub
PORTVERSION= 1.0.15
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= doceng@FreeBSD.org
COMMENT= Ruby generic EPUB parser/generator
WWW= https://github.com/skoji/gepub
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-nokogiri>=1.8.2<2.0:textproc/rubygem-nokogiri \
rubygem-rubyzip2>=1.1.1<2.5:archivers/rubygem-rubyzip2
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/genepub \
bin/gepuber
.include <bsd.port.mk>