mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Changes: https://github.com/ruby/power_assert/releases https://github.com/ruby/power_assert/commits/master
19 lines
361 B
Makefile
19 lines
361 B
Makefile
PORTNAME= power_assert
|
|
PORTVERSION= 2.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Power Assert for Ruby
|
|
WWW= https://github.com/ruby/power_assert
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|