freebsd-ports/devel/rubygem-abstract/Makefile
2021-04-06 16:31:07 +02:00

19 lines
299 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
PORTNAME= abstract
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Define abstract method in Ruby
LICENSE= RUBY
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>