freebsd-ports/devel/rubygem-arr-pm/Makefile
Steve Wills e3281cde3d devel/rubygem-arr-pm: add missing dep
PR:		220651
Submitted by:	sunpoet
2017-07-12 02:58:34 +00:00

20 lines
312 B
Makefile

# $FreeBSD$
PORTNAME= arr-pm
PORTVERSION= 0.0.10
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= swills@FreeBSD.org
COMMENT= Read and write rpm packages
LICENSE= APACHE20
RUN_DEPENDS= rubygem-cabin>=0:devel/rubygem-cabin
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>