summaryrefslogtreecommitdiff
path: root/databases/rubygem-bigrecord/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
|
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* - Update RUN_DEPENDS: use Rails 4Sunpoet Po-Chuan Hsieh2016-04-101-2/+3
| | | | - Bump PORTREVISION for dependency change
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-12-041-2/+1
| | | | - Remove USE_RAKE
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* - Add LICENSESunpoet Po-Chuan Hsieh2014-08-281-2/+4
|
* - Add stage supportSteve Wills2013-10-301-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | databases)
* - Fix typos in COMMENTCarlo Strub2012-08-021-1/+1
| | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
* BigRecord is built from ActiveRecord, and intended to seamlessly integratePhilip M. Gollucci2010-08-271-0/+25
into your Ruby on Rails applications. WWW: http://www.bigrecord.org/