20 lines
417 B
Makefile
20 lines
417 B
Makefile
PORTNAME= discard
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails61
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Allows marking ActiveRecord objects as discarded
|
|
WWW= https://github.com/jhawthorn/discard
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activerecord61>=4.2<8:databases/rubygem-activerecord61
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|