aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-aspectr/Makefile
blob: ce4e445e4d7784b408554b72a0d066886c14213d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	aspectr
PORTVERSION=	0.3.7
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby libraries for Aspect programming

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem:autoplist

.include <bsd.port.mk>