opnsense-ports/devel/rubygem-power_assert/Makefile
Franco Fichtner c79f8692b5 */*: sync with upstream
Taken from: HardenedBSD
2018-08-02 12:49:13 +02:00

21 lines
391 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= power_assert
PORTVERSION= 1.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Power Assert for Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>