diff options
author | swills <swills@FreeBSD.org> | 2013-07-02 10:02:58 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-07-02 10:02:58 +0800 |
commit | d8443880bbff291af5eef3e88ebb51c062f67a56 (patch) | |
tree | f483ec174e2ea127aed34f5ee2a3751f9d85f735 /textproc | |
parent | 89c9cce07b39d18a346102f00a3ee536748098f1 (diff) | |
download | freebsd-ports-gnome-d8443880bbff291af5eef3e88ebb51c062f67a56.tar.gz freebsd-ports-gnome-d8443880bbff291af5eef3e88ebb51c062f67a56.tar.zst freebsd-ports-gnome-d8443880bbff291af5eef3e88ebb51c062f67a56.zip |
- Remove portscout limit which is no longer needed
- Trim header while here
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-fast_xs/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/rubygem-fast_xs/Makefile b/textproc/rubygem-fast_xs/Makefile index 75215674642a..e56e38f3f41f 100644 --- a/textproc/rubygem-fast_xs/Makefile +++ b/textproc/rubygem-fast_xs/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: rubygem-fast_xs -# Date created: 13 Dec 2011 -# Whom: Scott Sanders <scott@jssjr.com> -# +# Created by: Scott Sanders <scott@jssjr.com> # $FreeBSD$ -# PORTNAME= fast_xs PORTVERSION= 0.8.0 @@ -16,8 +12,6 @@ COMMENT= A systems integration framework. Expander RUN_DEPENDS= rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe -PORTSCOUT= limit:^0.7 - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |