2011-01-05 23:24:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/01/06 04:24:24 jeremy Exp $
|
2007-11-04 11:52:32 -05:00
|
|
|
|
|
|
|
COMMENT= Ruby library to create and parse MIME messages
|
|
|
|
|
2008-05-09 13:24:39 -04:00
|
|
|
DISTNAME= rmail-1.0.0
|
2011-01-05 23:24:22 -05:00
|
|
|
REVISION = 5
|
2007-11-04 11:52:32 -05:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
2010-12-11 11:05:43 -05:00
|
|
|
HOMEPAGE= http://github.com/matta/rubymail
|
2007-11-04 11:52:32 -05:00
|
|
|
|
|
|
|
MAINTAINER= Lawrence Teo <lteo.openbsd1@calyptix.com>
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/ruby
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
|
|
|
|
do-regress:
|
2008-05-09 13:24:39 -04:00
|
|
|
@cd ${WRKBUILD} && ${RUBY} test/runtests.rb
|
2007-11-04 11:52:32 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|