summaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-paperclip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-dm-paperclip/Makefile')
-rw-r--r--databases/rubygem-dm-paperclip/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/rubygem-dm-paperclip/Makefile b/databases/rubygem-dm-paperclip/Makefile
new file mode 100644
index 000000000000..5a501373a73f
--- /dev/null
+++ b/databases/rubygem-dm-paperclip/Makefile
@@ -0,0 +1,23 @@
+# 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= rpsfa@rit.edu
+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>