openbsd-ports/databases/ruby-datamapper/Makefile
bernd 016f7a6e34 Initial import of DataMapper 0.9.10 and some extensions.
DataMapper is an Ruby O/R Mapper based on the DataMapper pattern.
2009-01-30 02:40:55 +00:00

13 lines
284 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/01/30 02:40:55 bernd Exp $
SUBDIR += core
SUBDIR += aggregates
SUBDIR += migrations
SUBDIR += serializer
SUBDIR += sweatshop
SUBDIR += timestamps
SUBDIR += types
SUBDIR += validations
.include <bsd.port.subdir.mk>