diff options
author | swills <swills@FreeBSD.org> | 2014-09-21 09:29:36 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-09-21 09:29:36 +0800 |
commit | 823da2a2b2abdb319a8ef293b027d251e0437f07 (patch) | |
tree | 3e8653715604fac704bf182c1ab92167a89ca323 | |
parent | a2a970dd5914886a7ca40a899fb1a83439190a5a (diff) | |
download | freebsd-ports-gnome-823da2a2b2abdb319a8ef293b027d251e0437f07.tar.gz freebsd-ports-gnome-823da2a2b2abdb319a8ef293b027d251e0437f07.tar.zst freebsd-ports-gnome-823da2a2b2abdb319a8ef293b027d251e0437f07.zip |
mail/rubygem25: limit portscout to 2.5.x versions
-rw-r--r-- | mail/rubygem-mail25/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/rubygem-mail25/Makefile b/mail/rubygem-mail25/Makefile index 73810711dc23..5274c6c7fcb6 100644 --- a/mail/rubygem-mail25/Makefile +++ b/mail/rubygem-mail25/Makefile @@ -20,4 +20,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PORTSCOUT= limit:^2\.5 + .include <bsd.port.mk> |