mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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/
This commit is contained in:
parent
a66db06c9d
commit
5fc4ce999e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368765
@ -4218,6 +4218,7 @@
|
||||
SUBDIR += rubygem-app_config
|
||||
SUBDIR += rubygem-arrayfields
|
||||
SUBDIR += rubygem-ascii85
|
||||
SUBDIR += rubygem-aspectr
|
||||
SUBDIR += rubygem-atomic
|
||||
SUBDIR += rubygem-atoulme-antwrap
|
||||
SUBDIR += rubygem-attic
|
||||
|
15
devel/rubygem-aspectr/Makefile
Normal file
15
devel/rubygem-aspectr/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $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>
|
2
devel/rubygem-aspectr/distinfo
Normal file
2
devel/rubygem-aspectr/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/aspectr-0.3.7.gem) = 68b0e0cc58d54748c8db3a8344ba326fa0d636d7808b1482dcfd6905b4f3e9e9
|
||||
SIZE (rubygem/aspectr-0.3.7.gem) = 7680
|
4
devel/rubygem-aspectr/pkg-descr
Normal file
4
devel/rubygem-aspectr/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user