summaryrefslogtreecommitdiff
path: root/databases/ruby-dm-migrations/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-09-11 23:51:32 +0000
committertaca <taca>2010-09-11 23:51:32 +0000
commit0132d9ccf32ac6f35595cb73f6e475f568d7b617 (patch)
tree06d81e7653d32efe5e9f9e196326ee8e2571c5a0 /databases/ruby-dm-migrations/Makefile
parent5ac978deb4a4ec7cd17426e69ab9f402c46f0624 (diff)
downloadpkgsrc-0132d9ccf32ac6f35595cb73f6e475f568d7b617.tar.gz
Importing databases/ruby-dm-migrations 1.0.2.
DataMapper plugin for writing and specing migrations.
Diffstat (limited to 'databases/ruby-dm-migrations/Makefile')
-rw-r--r--databases/ruby-dm-migrations/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/ruby-dm-migrations/Makefile b/databases/ruby-dm-migrations/Makefile
new file mode 100644
index 00000000000..be6b9f7c980
--- /dev/null
+++ b/databases/ruby-dm-migrations/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:51:32 taca Exp $
+
+DISTNAME= dm-migrations-1.0.2
+CATEGORIES= databases
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/datamapper/dm-migrations
+COMMENT= DataMapper plugin for writing and speccing migrations
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"