freebsd-ports/databases/rubygem-dm-serializer/Makefile
Philip M. Gollucci 1030d6f220 - Update to 1.0.2
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-09 21:36:20 +00:00

24 lines
637 B
Makefile

# New ports collection makefile for: rubygem-dm-serializer
# Date created: 2010-08-26
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= dm-serializer
PORTVERSION= 1.0.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= DataMapper plugin for serializing Resources and Collections
RUN_DEPENDS= rubygem-dm-core>=1.0.1:${PORTSDIR}/databases/rubygem-dm-core \
rubygem-json_pure>=1.4.3:${PORTSDIR}/devel/rubygem-json_pure \
rubygem-fastercsv>=1.5.3:${PORTSDIR}/devel/rubygem-fastercsv
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>