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

21 lines
526 B
Makefile

PORTNAME= dm-paperclip
PORTVERSION= 2.5.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= File attachments as attributes for DataMapper
WWW= https://github.com/krobertson/dm-paperclip
LICENSE= MIT
RUN_DEPENDS= rubygem-dm-core>=1.2.0:databases/rubygem-dm-core \
rubygem-dm-migrations>=1.2.0:databases/rubygem-dm-migrations \
rubygem-dm-validations>=1.2.0:databases/rubygem-dm-validations \
rubygem-extlib>=0:devel/rubygem-extlib
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>