blob: 52bec41a22dab737002c8930d7f112916d32cfed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= dm-constraints
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= DataMapper plugin constraining relationships
LICENSE= MIT
RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>
|