diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-08 20:21:36 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-08 20:21:36 +0000 |
commit | 468ac7320b45a2cde9d227f64e67e41ef043e4fd (patch) | |
tree | 533de499f28d1ad0ce1c84dfbf367e89915d6fcc /devel/rubygem-georuby/Makefile | |
parent | ec4cfaddff56d7b7af542dc959d59b5f139b59ee (diff) |
Notes
Diffstat (limited to 'devel/rubygem-georuby/Makefile')
-rw-r--r-- | devel/rubygem-georuby/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-georuby/Makefile b/devel/rubygem-georuby/Makefile new file mode 100644 index 000000000000..4ddfab0b5bcb --- /dev/null +++ b/devel/rubygem-georuby/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-georuby +# Date created: 7 April 2009 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ +# + +PORTNAME= GeoRuby +PORTVERSION= 1.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RF + +MAINTAINER= pgollucci@FreeBSD.org +COMMENT= A holder for data returned from PostGIS and the Spatial Extensions of MySql + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |