1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/archivers/rubygem-fpm/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

33 lines
884 B
Makefile

PORTNAME= fpm
PORTVERSION= 1.11.0
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Build packages for multiple platforms with great ease and sanity
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-arr-pm>=0.0.10<0.1:devel/rubygem-arr-pm \
rubygem-cabin>=0.6.0:devel/rubygem-cabin \
rubygem-childprocess>=0.9.0:devel/rubygem-childprocess \
rubygem-clamp>=1.0.0<2:devel/rubygem-clamp \
rubygem-ffi>=0:devel/rubygem-ffi \
rubygem-json1>=1.7.7<2.0:devel/rubygem-json1 \
rubygem-pleaserun>=0.0.29<0.1:devel/rubygem-pleaserun \
rubygem-ruby-xz>=0.2.3:archivers/rubygem-ruby-xz \
rubygem-stud>=0:devel/rubygem-stud
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/fpm
post-patch:
@${RM} ${WRKSRC}/${GEMSPEC}.orig ${WRKSRC}/lib/fpm/package.rb.orig ${WRKSRC}/lib/fpm/package/*.rb.orig
.include <bsd.port.mk>