mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
25 lines
549 B
Makefile
25 lines
549 B
Makefile
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dm-paperclip
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= File attachments as attributes for DataMapper
|
|
|
|
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
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|