e3281cde3d
PR: 220651 Submitted by: sunpoet
20 lines
312 B
Makefile
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>
|