diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-10 16:17:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-10 16:17:59 +0000 |
commit | e00e582ad3a14bc373273f37b2d11a37e209028b (patch) | |
tree | cb91d6958eb54d23e413b7d8d50711e13599f95c | |
parent | e02aebb6fe69f782b7d2621040957d6de0576a40 (diff) | |
download | ports-e00e582ad3a14bc373273f37b2d11a37e209028b.tar.gz ports-e00e582ad3a14bc373273f37b2d11a37e209028b.zip |
Notes
-rw-r--r-- | devel/ruby-gnustep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index 439a02991483..554b54b58b97 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -14,13 +14,15 @@ MASTER_SITE_SUBDIR= libs PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rigs-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby interface to the GNUstep development environment LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BROKEN= does not build with gnustep-base 1.24.0 +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 USE_RUBY= yes USE_GNUSTEP= yes |