1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/databases/rubygem-dm-timestamps/Makefile
Sunpoet Po-Chuan Hsieh a3fffc410e - Add LICENSE
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
2015-05-27 17:54:15 +00:00

21 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= dm-timestamps
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= DataMapper plugin for magical timestamps
LICENSE= MIT
RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>