23 lines
531 B
Makefile
23 lines
531 B
Makefile
# New ports collection makefile for: rubygem-dm-paperclip
|
|
# Date created: 2011-06-16
|
|
# Whom: Ryan Steinmetz <rpsfa@rit.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dm-paperclip
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= File attachments as attributes for DataMapper
|
|
|
|
RUN_DEPENDS= rubygem-datamapper>=0:${PORTSDIR}/databases/rubygem-datamapper \
|
|
rubygem-extlib>=0:${PORTSDIR}/devel/rubygem-extlib
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|