1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/rubygem-aspectr/Makefile
Dirk Meyer 5fc4ce999e This package allows Ruby developers to write their code using aspect-
oriented programming style.  AspectR is somewhat similar to AspectJ.

WWW: http://aspectr.sourceforge.net/
2014-09-21 14:58:35 +00:00

16 lines
251 B
Makefile

# $FreeBSD$
PORTNAME= aspectr
PORTVERSION= 0.3.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby libraries for Aspect programming
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>