17 lines
274 B
Makefile
17 lines
274 B
Makefile
PORTNAME= abstract
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Define abstract method in Ruby
|
|
WWW= https://rubygems.org/gems/abstract
|
|
|
|
LICENSE= RUBY
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|