opnsense-ports/databases/rubygem-discard-rails61/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
417 B
Makefile

PORTNAME= discard
PORTVERSION= 1.2.1
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>