aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-abstract/Makefile
blob: ecdda5cdbcb1d3368b30199156210c9c7c4baf66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
CATEGORIES= devel rubygems
MASTER_SITES=   RF

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Define abstract method in Ruby

USE_RUBY=   yes
USE_RAKE=   yes
USE_RUBYGEMS=   yes

.include <bsd.port.mk>