2008-10-07 06:29:49 +02:00
|
|
|
# Ports collection makefile for: rubygem-abstract
|
|
|
|
# Date created: 07 October 2008
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= abstract
|
|
|
|
PORTVERSION= 1.0.0
|
2010-09-02 04:20:02 +02:00
|
|
|
PORTREVISION= 1
|
2008-10-07 06:29:49 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-10-07 06:29:49 +02:00
|
|
|
|
2010-12-07 20:19:15 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2008-10-07 06:29:49 +02:00
|
|
|
COMMENT= Define abstract method in Ruby
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-10-07 06:29:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|