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

19 lines
376 B
Makefile

PORTNAME= dm-core
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Object/Relational Mapper for Ruby
WWW= https://github.com/datamapper/dm-core
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>