pkgsrc/databases/ruby-datamapper/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

23 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2020/01/26 17:30:54 rillig Exp $
DISTNAME= datamapper-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://datamapper.org/
COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
DEPENDS+= \
${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core \
${RUBY_PKGPREFIX}-dm-aggregates>=1.2.0<1.3:../../databases/ruby-dm-aggregates \
${RUBY_PKGPREFIX}-dm-constraints>=1.2.0<1.3:../../databases/ruby-dm-constraints \
${RUBY_PKGPREFIX}-dm-migrations>=1.2.0<1.3:../../databases/ruby-dm-migrations \
${RUBY_PKGPREFIX}-dm-transactions>=1.2.0<1.3:../../databases/ruby-dm-transactions \
${RUBY_PKGPREFIX}-dm-serializer>=1.2.0<1.3:../../databases/ruby-dm-serializer \
${RUBY_PKGPREFIX}-dm-timestamps>=1.2.0<1.3:../../databases/ruby-dm-timestamps \
${RUBY_PKGPREFIX}-dm-validations>=1.2.0<1.3:../../databases/ruby-dm-validations \
${RUBY_PKGPREFIX}-dm-types>=1.2.0<1.3:../../databases/ruby-dm-types
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"